hi
I think it will be released within 2 weeks.
You can override it now.
Thanks
hi
You can also override the source code. It up to you.
hi
The next release will be 8.1.1.
I think it will be released within 2 weeks.
You can override it now.
Thanks
ok.
hi
abp new BookStore -t microservice-pro -u angular --version 8.0.5
It works on my machine.
see the video https://www.transfernow.net/en/bld?utm_source=20240415OjHb1QjG
hi
This doesn't seem to be an abp problem. Can you test your code in a plain ASP Net core app?
hi
We fixed this problem with https://github.com/abpframework/abp/pull/19538
You can create an AbpEfCoreNavigationHelper based on the PR's code, then inject and use it in DbContext.
hi
I don't understand your situation very well. But you can use the repository to query and modify your data. The specific pages and business logic need to be designed by you.
https://docs.abp.io/en/abp/latest/Repositories
hi
You need to replace the built-in Login page and add your step2 choose tenant page.
The system will redirect to a page in authServer where the system will display a list of tenants that the user has been assigned to. user can choose from the tenants assigned to them.!
The redirect code exists on OnGetExternalLoginCallbackAsync method of Volo.Abp.Account.Pro.Public.Web/Pages/Account/Login.cshtml.cs.
so you redirect the user to your custom page on the OnGetExternalLoginCallbackAsync method.
then show the tenant list and set the new tenant for a new user.
You better download the source code of account pro to check the code.
hi
Can you try again, your email was not confirmed.