-
Notifications
You must be signed in to change notification settings - Fork 11
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
When editing votes, GET error is triggered #205
Comments
Hey Lodewijk! Great find + report. Note that the montage-dev backend (where this error is coming from) is pretty far ahead of production right now (just waiting for international round to wrap so that I can upgrade safely). I see the 403 and am investigating. If there's a blocker on production, let me know as well! |
Hmm, having more trouble reproducing this as your user. Just checking at the console (mostly a note to my future self):
So no explanation yet. If you visit the URL you mentioned (link) directly, what do you see? |
I get tables with the information, and no errors. However, 105 doesn't seem to be an active round? Lets try 112. If I then go to the same direct endpoint, I get 403 forbidden ("no complete ratings") while I made sure to have 4 photos rated. |
Ah, remove the |
Yup, that seems to do the trick |
I'm testing on montage-dev.
Reproduce: Create a campaign, create a round (eg with
vote a few images. Then click 'edit my votes'. This triggers a GET error.
angular.js:12189 GET https://montage-dev.toolforge.org/v1/juror/round/105/votes?offset=7&order_by=date&sort=desc 403
The text was updated successfully, but these errors were encountered: