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
if a user has > 10 projects, it fails to retrieve them and displayed "failed to load projects" on the frontend.
Update: This is being caused due to the query for ProjectList being too large. A timeout was occurring on Staging. We shortened the query to just grab the project name and saved time.
The text was updated successfully, but these errors were encountered:
if a user has > 10 projects, it fails to retrieve them and displayed "failed to load projects" on the frontend.
Update: This is being caused due to the query for ProjectList being too large. A timeout was occurring on Staging. We shortened the query to just grab the project name and saved time.
The text was updated successfully, but these errors were encountered: