-
-
Notifications
You must be signed in to change notification settings - Fork 202
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
Error 500 in Project API keys #2027
Comments
Hello! Thanks for reporting. We are working on the fix. Sorry for the inconvenience. |
OK, I've found the cause. The older keys could have empty scopes array, which in Hibernate 5 was interpretting as empty set, but Hibernate 6 apparently returns null. |
Edit! OK, so actually the issue was that there were some older keys (last one from 20th December 2022), which included null scopes. To quick fix this on self hosted instances, run |
The text was updated successfully, but these errors were encountered: