yarn amo
no longer works - no styles/JS
#12793
Labels
qa:not_needed
repository:addons-frontend
Issue relating to addons-frontend
state:stale
Issues marked as stale. These can be re-opened should there be plans to fix them.
Milestone
Describe the problem and steps to reproduce it:
addons-server
and start up the container withdocker-compose up -d
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 whataddons-frontend
uses. There is an additional problem where theaddons-frontend
startup script does not report a failure about how it cannot bind to the port.The text was updated successfully, but these errors were encountered: