Dears,
After deploy my project everythings work fine but when logout It shown error page on form login
- ABP Framework version: v7
- UI Type: Angular
- Database System: EF Core
- Tiered (for MVC) or Auth Server Separated (for Angular): yes/no
- Exception message and full stack trace:
- Steps to reproduce the issue:
11 Answer(s)
-
0
Hello Abdulaziz_Alsaffar Can you please try to make requireHttps to false in evniroment
And please check all your URLs.
Also check whether you have added them at correct places.
Do have look to this similar issue https://support.abp.io/QA/Questions/4408/Error-An-internal-error-occurred-during-your-request-400-While-Login-using-angular
Please do let me know if anything else needed
-
0
I did it but still facing same error and I checked all the Urls in frontend and backend,
Is there any direct url after logout is not in app.settings ?
-
0
Share the auth-server logs. It seems like you have wrong
PostLogout_Redirect_Uri
seeded. Check the dbmigrator project and the appsettings.json of it. Make sure you have production URLs set in it which is used for redirect and post logout redirect uris. -
0
Hi dears, thanks a lot is working now but after secure the frontend site now I got same issue and I tried to make the require https to true the false still facing the issue
-
0
-
0
-
0
I Cleared the cookie but still same error, The app deployed on the server how to share the logs? only the home page when refresh the page work fine but the another route I got 403 error
-
0
Until now facing this error after refresh any page except the home page please how to fix it?
-
0
There should be a Logs folder and a log.txt file under it that keeps the application logs. Please share those logs.
-
0
Yes I got it is a big file do you want to share it here ?
-
0
Share only the sections when you hit to index and after when you get the 403 error.
Are you using tiered or non-tiered application?