You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitHub issues are for bug reports, feature requests, and other discussions about the framework.
If you're creating a bug/problem report, please include the followings:
Your ABP Framework version.
8.0.0
Your database provider(EF Core/MongoDB)
efcore
Steps needed to reproduce the problem.
Please write in English.
My redirect address is ["http://localhost:5000/swagger"] in the database, why is it printed http://localhost:5000/swagger/oauth2-redirect.html in the log, and it fails, I don't configure redis, why is this?
Stack Overflow
Please use Stack Overflow for your questions about using the framework, templates, and samples:
The text was updated successfully, but these errors were encountered:
My redirect address is ["http://localhost:5000/swagger"] in the database, why is it printed http://localhost:5000/swagger/oauth2-redirect.html in the log, and it fails, I don't configure redis, why is this?
Because the swagger use swagger/oauth2-redirect.html as redirect_uri. So you have to set it as your application's redirectUri .
GitHub Issues
GitHub issues are for bug reports, feature requests, and other discussions about the framework.
If you're creating a bug/problem report, please include the followings:
Your ABP Framework version.
Your database provider(EF Core/MongoDB)
Steps needed to reproduce the problem.
Please write in English.
My redirect address is ["http://localhost:5000/swagger"] in the database, why is it printed http://localhost:5000/swagger/oauth2-redirect.html in the log, and it fails, I don't configure redis, why is this?
Stack Overflow
Please use Stack Overflow for your questions about using the framework, templates, and samples:
The text was updated successfully, but these errors were encountered: