Hi
Sent.
Thanks.
Hi,
Sent.
Thanks.
Hi,
I have encountered an issue when trying to logout from angular frontend.
Steps to Reproduce
i) Pass __tenant as query string.
ii) click on login button with __tenant query string attached and redirect to authentication server.
iii)There is no response after clicking on logout button.
Could you please advise if I missed any implementations?
Thanks.
Hi,
Thanks for prompt response. I’ve added __tenant
as a parameter in this.authService.navigateToLogin()
. The Authentication Server correctly resolves the tenant and pre-fills the tenant input field. However, the tenant input field is still visible. Is there a way to hide the tenant input field if the tenant is successfully resolved, and only display it when the tenant cannot be identified? Does ABP automatically hide the tenant input field when the tenant is successfully resolved, or do I need to implement the logic explicitly to hide it?
Thanks.
Hi,
Thanks for the code! I'll tailor it to fit my specific needs.
Thanks.
Hi,
We found a workaround solution. Currently my project using PackageReference Include="Volo.Abp.Studio.Client.AspNetCore" Version="0.9.24"
in csproj.file. After run on abp update
and it updated to 0.9.25 and now working as expected. Please advise if this is the correct way to solve the issue.
Thanks
Hi,
Yes. I have tried to clear nuget and rebuild the application. Unfortunately, the issue still could not be resolved.
Steps to Reproduce issue:
dotnet nuget locals all --clear
abp clean
dotnet build
dotnet run
Thanks.
Hi,
The issue was resolved after deleting all databases and regenerating them. Thanks