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.