-
Notifications
You must be signed in to change notification settings - Fork 53
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
/report endpoint responds with 403 - VersionRepository.ensureExists #446
Comments
after working around this by manually creating the permission in the database like this:
it is now stuck at the next issue:
Is reporting in the 2.0.0-beta version actually working for anyone? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a fresh install of Acrarium 2.0.0-beta03 using Docker and want to test it before introducing it as crash reporting backend for my app. However, all crash reports are rejected by the server with an error code 403. Enabling verbose logging shows the following:
REPORTER
authority:VersionRepository.ensureExists
:VersionRepository.ensureExists
is annotated with@PreAuthorize("hasEditPermission(#appId)")
- but it seems that when the reporter user is created, it is never assigned edit permissions for the associated app. Looking at the database, theuser_permissions
table is empty.The text was updated successfully, but these errors were encountered: