Open Closed

Error page after logout #5878


User avatar
0
Abdulaziz_Alsaffar created

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)
  • User Avatar
    0
    Anjali_Musmade created
    Support Team Support Team Member

    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

  • User Avatar
    0
    Abdulaziz_Alsaffar created

    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 ?

  • User Avatar
    0
    gterdem created
    Support Team Senior .NET Developer

    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.

  • User Avatar
    0
    Abdulaziz_Alsaffar created

    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

  • User Avatar
    0
    Abdulaziz_Alsaffar created

    I update something in db and the issue has been solved but now after refresh any page except the home page i got 403 error

    how to solve it

  • User Avatar
    0
    gterdem created
    Support Team Senior .NET Developer

    I update something in db and the issue has been solved but now after refresh any page except the home page i got 403 error

    how to solve it

    Clear the browser cookies and try again please.

    Also share the application logs please.

  • User Avatar
    0
    Abdulaziz_Alsaffar created

    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

  • User Avatar
    0
    Abdulaziz_Alsaffar created

    Until now facing this error after refresh any page except the home page please how to fix it?

  • User Avatar
    0
    gterdem created
    Support Team Senior .NET Developer

    There should be a Logs folder and a log.txt file under it that keeps the application logs. Please share those logs.

  • User Avatar
    0
    Abdulaziz_Alsaffar created

    Yes I got it is a big file do you want to share it here ?

  • User Avatar
    0
    gterdem created
    Support Team Senior .NET Developer

    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?

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11