Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[Bug]: Users added in the flag or admins should be able to submit their own addons or new versions using api #15096

Open
1 task done
ioanarusiczki opened this issue Oct 17, 2024 · 1 comment · May be fixed by mozilla/addons-server#22834

Comments

@ioanarusiczki
Copy link

ioanarusiczki commented Oct 17, 2024

What happened?

Followup #1830 (comment)

STR:
enable-submissions in admin has the state Unknown but with a user id added to Users. Also the Superusers flag is active

Using the endpoints try to make a new submission or a new version upload -> there's a 503 Service Unavailable message

What did you expect to happen?

Allow submissions

This is reproducible with the new and old submission api and web-ext.

Is there an existing issue for this?

  • I have searched the existing issues

┆Issue is synchronized with this Jira Task

@diox
Copy link
Member

diox commented Oct 17, 2024

This is probably because in the API, authentication is not performed until fairly late for each view, so we likely hit the decorator before we have a request.user...

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

Successfully merging a pull request may close this issue.

3 participants