Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Admin dashboard UUIDs table does not load #1077

Open
JGreenlee opened this issue Jun 13, 2024 · 1 comment
Open

Admin dashboard UUIDs table does not load #1077

JGreenlee opened this issue Jun 13, 2024 · 1 comment

Comments

@JGreenlee
Copy link

Issue reported by a program admin on ccebikes where they were unable to view the user_token to user_id mapping.

They showed a screenshot and I observed that although the UUIDs tab was selected, the data being shown was the trips table, not the UUIDs table.

I tested it myself by logging in on production. The initial loading was extremely slow. The UUIDs table showed a loading indicator and never appeared even after several minutes.
I suspect that the program admin had previously viewed the Trips table, then switched to the UUIDs tab, but the request failed or eventually timed out. Then the Trips table showed because it was still in memory.

@shankari
Copy link
Contributor

shankari commented Jul 4, 2024

I was also able to reproduce this.

Screenshot 2024-07-04 at 1 12 39 PM

The real problems is that the UUID table is timing out. Even if we fix the underlying issue (by showing a blank screen when we timeout), a timing out UUID table is a real problem for program admins that need to monitor their programs and potentially reach out to people to fix issues.

I hate to commit to doing any work because I am typically a bottleneck, but we don't have an army of interns any more, so let me try to see if I can squeeze in some improvements next week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants