hi
The Angular app uses Code Flow for authentication, so the Login page is on the auth server website.
You can override the Login page: https://abp.io/docs/latest/framework/ui/mvc-razor-pages/customization-user-interface?_redirected=B8ABF606AA1BDF5C629883DF1061649A#completely-overriding-a-razor-page
Download the Account Pro module to check the latest Login page source code.
Thanks.
hi
It seems the cache is delayed. To confirm this, you can disable Redis in your two websites
"Redis": {
"IsEnabled": "false",
"Configuration": "127.0.0.1"
}
Can you also share a test username &password of https://dev.hxxxxx.com/ website?
Thanks.
hi
I have downloaded the OPUSNova.sln, I will check it.
Thanks.
hi
I think there will be no exception if you run the api by dotnet run command.
If so, you can ignore this exception in VS.
Thanks.
hi kfrancis
Can you create a new question and share the debug logs and a test user?
Thanks.
hi
You can ignore the AI answer and consider the: https://abp.io/support/questions/10440/How-to-filter-API-access-for-external-application-using-OpenIddict-ABP-Commercial-904#answer-3a1f81a0-c218-cffb-eb08-cfa3bb756aa5
Thanks.
hi
Can you change the log level and share the logs.txt file? https://abp.io/support/questions/8622/How-to-enable-Debug-logs-for-troubleshoot-problems
It seems the static PNG file also takes ~2 seconds.
Thanks.
hi
You can enable debug logs to see which step/request is slow.
https://abp.io/support/questions/8622/How-to-enable-Debug-logs-for-troubleshoot-problems
Thanks
hi
ABP-LIC-0017 - License code is not valid: 08bc9b19-d339-41c4-b7e1-2ad784d49722
Can you try to create a new and same name project and copy the LicenseCode from appsettings.json to your current project?
Thanks.