-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
Issue:
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.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers