Skip to content

fix: 502 bad gateway after user close web app without logout and open web app and try to (re)login #256

@s681562

Description

@s681562

Description

User is using flutter web app in browser.
User close browser and forgot to logout.
Web app is closing without logout.
User reopen web browser and reopen flutter web app.
User want to login (bc he forget previous logout, but app is in init state now).
User login but redirect page can not handle 502 error bad gateway.

Steps To Reproduce

  • open web app
  • login via oidc plugin
  • close browser
  • open browser
  • open app
  • try to login via oidc plugin

Expected Behavior

If user forgot logout, next login is working like expected without 502 error.
But I didn't found methods to handle it with oidc plugin.

Screenshots

If applicable, add screenshots to help explain your problem.

Additional Context

Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions