@kirtik 👍
hi kirtik
I am not familiar with Cosmos, but it does not seem to need to migrate and update the database.
https://docs.microsoft.com/en-us/ef/core/providers/cosmos/?tabs=dotnet-core-cli
hi
Are you sure the Cosmos need migrations?
hi
Maybe it is using System;
hi
You can consider replacing the services in the Volo.Abp.BackgroundJobs.HangFire package.
https://github.com/abpframework/abp/tree/dev/framework/src/Volo.Abp.BackgroundJobs.HangFire/Volo/Abp/BackgroundJobs/Hangfire
using Volo.Abp.Domain.Entities;
hi @kirtik
The png you shared is not clear. Can you share the text?
hi
If changing the route of APi will break the angular package etc, I suggest you always change your own api instead of the module.
Another question is, when I use swagger to make the request, then in method AssignRoleToCurrentUser I see that currentUser is totally empty. How to fix that to get the currentUser?
Have you logged in and get the token in swagger ?
https://github.com/abpframework/abp/pull/6124