0
ldacnfinit created
- ABP Framework version: V5.3.0
- UI type: Angular
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): yes
- Exception message and stack trace:
For can't get local storage access token, the ng website is can't be authorized.
- Steps to reproduce the issue:"
- Use ABP suite website to upgrade
- Fix some build error
Use third-party oAuth2, request /connect/token to get access token etc. information.
1 Answer(s)
-
0
I use
sessionStorage
instead oflocalStorage
to set item, and then this problem is solved, so I close this issue.