Hi
Issue with language switching: Sometimes it works well, but other times it doesn't. How can I control this?
I can't reproduce the problem.
It automatically redirects back to the homepage like this.
I can reproduce the problem, but I don't have any idea yet; I will investigate it.
Hi,
Thanks for the local Kubernetes test. Still I think a test via a deployed application to an Azure Kubernetes service would be a better comparison to our situation
Yes, but I don't have an Azure subscription
do you (Abp.io) have any production clients that are running abpFramework microservices template in an Azure Kubernetes Service? If so, can we find out what there metrics are for obtaining a token?
I think so, you can ask it in the ABP's discord channel.
Issue with language switching: Sometimes it works well, but other times it doesn't. How can I control this?
I will check it
Blazor Web App page loading speed: After logging in, when the menu is displayed, I select a screen to open, but it redirects to the homepage instead of opening the screen. I have to click again to access the desired screen.
Sorry, i didn't get it, could you share some GIF?
Hi,
You can try to add. <PropertyGroup> <ErrorOnDuplicatePublishOutputFiles>false</ErrorOnDuplicatePublishOutputFiles> </PropertyGroup>
to csproj file.
I will check it
The admin user is automatically created when the new tenant is created. With the customer's e-mail address and password.
You don't need to extend TenantAppService, you can use data seeder.: https://abp.io/docs/latest/framework/infrastructure/data-seeding
This is easy to reproduce: Revoke a user's rights to the sessions. But he still has the rights for user management. Then click in actions menu to the item "Sessions". Popup opens, but the data cannot be loaded due to missing authorizations. Because the error is not caught, the popup cannot be closed and the page must be reloaded.
i could not reproduce the problem
Hi,
This is a normal response, 401 is a standard unauthorized return HTTP code, and you can handle it in UI.
https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/401