hi
You can add a controller or razor page to your blazor server project, and then redirect to its endpoint.
hi
You can call the Challenge(new AuthenticationProperties { RedirectUri = your_returnUrl }, "oidc"); to get new access token.
eg:
https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.AspNetCore.Mvc/Volo/Abp/AspNetCore/Mvc/Authentication/ChallengeAccountController.cs#L81
hi
It's too large. Can you reshare it after removing node_modules and run abp clean command?
Thanks
hi
Yes, You can give it a try.
hi
Can you share a simple project? liming.ma@volosoft.com
hi
There is no sample code for now.
See https://support.abp.io/QA/Questions/5500#answer-3a0cc632-a4b3-d72f-73bf-29adde5c2e25
hi
The InitializeDynamicPermissions is used to initial the dynamic permission system.
You can copy some code to your app and call it.
https://github.com/abpframework/abp/blob/dev/modules/permission-management/src/Volo.Abp.PermissionManagement.Domain/Volo/Abp/PermissionManagement/AbpPermissionManagementDomainModule.cs#L64-L107
hi
Even with all of this, the dotnet restore command still errors out after 10+ minutes.
What's the error?
hi
I will find the solution asap.
hi
the NPM packages are updated to 7.3.1 however, the nuget packages are still 7.3.0. Is this the expected behavior of this release?
You can run the command again.
error NU1106: Unable to satisfy conflicting requests for 'Volo.Abp.MultiTenancy': Volo.Abp.MultiTenancy (>= 7.3.0) (via package/Volo.Abp.
You can create a new template project and copy the lepton package version to your project.