hi
You have a webapp project, but you have two domains.
localhost and localhost:44362
Can you explain this?
hi
You can set the log level in code.
hi
No need for EnableSensitiveDataLogging
You can share current logs.
Thanks.
hi
Can you share full logs.txt?
See https://abp.io/support/questions/8622/How-to-enable-Debug-logs-for-troubleshoot-problems
Hi
Can you check if the request contains the authentication cookies in Chrome devtool?
You’re not using tiered blazor project. Right?
Settings file 'DotnetToolSettings.xml' was not found in the package
You can install the latest official NET 9 SDK to solve this issue.
https://dotnet.microsoft.com/en-us/download/dotnet/9.0
hi
The web app has two modes, server and wasm.
CookieBased means you don't need to get the access token because of the authentication state in the cookies.
You can request the API, The browser will add the cookies automatically.