-
Notifications
You must be signed in to change notification settings - Fork 399
Force all /users/ URLs to be served by addons-server #2034
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
Conversation
src/amo/routes.js
Outdated
{/* These user routes are to make the proxy serve each URL from */} | ||
{/* addons-server until we can fix the :visibleAddonType route below. */} | ||
{/* https://github.com/mozilla/addons-frontend/issues/2029 */} | ||
<Route path="users/edit/" component={NotFound} /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if this should have a placeholder since there's quite a lot of options for other urls under users/
one could hit: https://github.com/mozilla/addons-server/blob/master/src/olympia/users/urls.py#L20
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good call
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
r+
Temporary workaround for mozilla/addons#10234
The real fix will arrive in mozilla/addons-server#4890