ok, I will share some code, Please wait a moment.
https://support.abp.io/QA/Questions/3040#answer-b59f67c9-1737-02db-e114-3a03c3ebf134
hi
What's the content of your appsettings.json?
You should change the URLs to your production URLs
hi
Can you add a breakpoint and check this?
https://github.com/abpframework/abp/blob/ce10de025ecb04512da86a15e585234bbc2fb07c/framework/src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared/wwwroot/libs/abp/aspnetcore-mvc-ui-theme-shared/datatables/datatables-extensions.js#L267
We recommend that you use code(IGuidGenerator ) to migrate.
hi
never use Guid.NewGuid() to create Ids for your entities!
https://docs.abp.io/en/abp/latest/Guid-Generation
Please inject the SignInManager in your TaxDepPageModel
What's your original code? (full class code)
In our application, we are creating the registration for tenants. When a user register in the application, we need to create a tenant and the admin user for that particular tenant. We are creating the tenant using ITenantAppService and user using IUserAppService. On creating tenant and user we are getting the volo.abp.authorixation exception.
Please share your code.