-
Notifications
You must be signed in to change notification settings - Fork 46
Closed
mozilla/addons-frontend
#9956Labels
qa:not_neededrepository:addons-frontendIssue relating to addons-frontendIssue relating to addons-frontendstate:staleIssues marked as stale. These can be re-opened should there be plans to fix them.Issues marked as stale. These can be re-opened should there be plans to fix them.
Milestone
Description
Describe the problem and steps to reproduce it:
- Go into
addons-server
and start up the container withdocker-compose up -d
- Go back to
addons-frontend
and runyarn amo
to develop with a local Docker image. This is documented as the preferred way to start a server yet no one uses it in practice.
What happened?
The server starts but no styles or JS loads so the app is not usable.
What did you expect to happen?
The site should be usable.
Anything else we should know?
I think the culprit might be related to how the addons-server
Docker container boots its own frontend instance on the same port as what addons-frontend
uses. There is an additional problem where the addons-frontend
startup script does not report a failure about how it cannot bind to the port.
Metadata
Metadata
Assignees
Labels
qa:not_neededrepository:addons-frontendIssue relating to addons-frontendIssue relating to addons-frontendstate:staleIssues marked as stale. These can be re-opened should there be plans to fix them.Issues marked as stale. These can be re-opened should there be plans to fix them.
Type
Projects
Status
Done