hi
Have you granted the ChatPermissions.Messaging
permission to the current user?
hi
Can you share your application's DbContext code?
[ReplaceDbContext(typeof(IIdentityDbContext))]
[ReplaceDbContext(typeof(ITenantManagementDbContext))]
[ConnectionStringName("Default")]
public class MyProjectNameDbContext :
AbpDbContext<MyProjectNameDbContext>,
IIdentityDbContext,
ITenantManagementDbContext
* Notice: We only implemented IIdentityDbContext and ITenantManagementDbContext
* and replaced them for this DbContext. This allows you to perform JOIN
* queries for the entities of these modules over the repositories easily. You
* typically don't need that for other modules. But, if you need, you can
* implement the DbContext interface of the needed module and use ReplaceDbContext
* attribute just like IIdentityDbContext and ITenantManagementDbContext.
*
* More info: Replacing a DbContext of a module ensures that the related module
* uses this DbContext on runtime. Otherwise, it will use its own DbContext class.
hi
Please share the logs of the HTTP 500 error.
Thanks.
hi
The 17379 is about MVC, but you are using Blazor Server.
Can you share a template project to reproduce this?
liming.ma@volosoft.com
Thanks
hi
Please don't use IFormCollection
as the controller and Application service's parameter.
You can use a DTO to bind the form parameters.
hi
These events are used in built-in modules. You shouldn't disable them. otherwise, the application may have some problems.
hi
Can you share the DevExpress
nuget feed URL?
liming.ma@volosoft.com
https://docs.devexpress.com/GeneralInformation/116042/nuget/obtain-your-nuget-feed-credentials#onlineremote-nuget-feed-from-the-devexpress-server-no-installer
hi
Can you share a DevExpress NuGet Feed
?
liming.ma@volosoft.com
I will try to add swagger to this project
https://abp.io/community/articles/integrating-devexpress-reporting-to-abp-mvc-application-0t99j3cz https://github.com/abpframework/abp-samples/tree/master/DevExtreme-Reports-Mvc