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

Clicking on a super admin user profile gets 500 #576

Open
mariapraetzellis opened this issue Apr 26, 2024 · 4 comments
Open

Clicking on a super admin user profile gets 500 #576

mariapraetzellis opened this issue Apr 26, 2024 · 4 comments
Assignees
Labels

Comments

@mariapraetzellis
Copy link
Collaborator

mariapraetzellis commented Apr 26, 2024

To reproduce:

  • Log in as a Super Admin
  • Go to the Users table
  • Search for a super admin (Maria Praetzellis, Brian Riley, Erin Robinson...)
  • Click on either the Plans or Name links
  • This goes to a 500

I think this only happens for super admins. I am able to access these pages for DMP Tool admins & users successfully.

@bofstein
Copy link
Collaborator

Brian suspects a field in the database causing it, need to check the error logs

@bofstein
Copy link
Collaborator

Happened to me on one of my alt accounts as well which isn't a Super Admin, though it's possible the account was in the past. I noticed the URL has super_admin in it when I click.

Image

Image

@briri
Copy link
Collaborator

briri commented Aug 16, 2024

Here is the error I see running locally.

Image

When building out phase one of the pilot, we converted plan.dmp_id to just be a field on the plans or drafts table instead of a reference to a joined table identifiers. I think we just missed the edit user page when making that change.

@briri
Copy link
Collaborator

briri commented Aug 16, 2024

did some testing in stage and it appears to be fixed now. Will plan to deploy to prod early next week

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

No branches or pull requests

3 participants