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
Users encounter intermittent Gateway Timeout Errors (504) when accessing the /show and /me routes within our web application.
Technical Details:
Deployed on Vercel
The problem occurs specifically when users visit the / page post-login.
Users may experience difficulty in viewing their details retrieved from the /me API route.
Similarly, verified users attempting to view other users' details in a table format on the platform via the /show route may encounter the same 504 error intermittently.
Notably, the issue is isolated to these two routes (/me and /show); other routes function correctly without errors.
Additional Notes:
Reloading the page sometimes resolves the issue temporarily, but the problem persists intermittently.
The issue undermines user experience and functionality, necessitating investigation and resolution.
The text was updated successfully, but these errors were encountered:
Issue:
Users encounter intermittent Gateway Timeout Errors (504) when accessing the /show and /me routes within our web application.
Technical Details:
Additional Notes:
The text was updated successfully, but these errors were encountered: