-
Notifications
You must be signed in to change notification settings - Fork 269
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
Missing user ID when accessing audit log of certain projects #384
Comments
Perhaps an audit log of a deleted user? I don't think you can easily delete users, so it must have been a hard delete in the database |
I am having the same problem. I have hosted it on Heroku. Whenever I go to /Users, app crashes this is the log from Heroku,
Now I wonder, How do I fix it without losing my Data? |
The error you see, does not seem related. Your app crashes because the template tries to iterate over users without an id. From the code, I can't figure out which user(s) that could be: the controller assigns |
On the audit log of certain projects I get a 500 error, caused by a missing user ID it seems.
This is not happening on all projects, not sure why.
The text was updated successfully, but these errors were encountered: