You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempted to run npm run serve, the script opens up the url automatically on default browser of the dev machine
When frontend build is finished, the page loads but with broken assets (open up network tab, there will be connection refused requests made by the browser).
This happens because assets are actually served by the backend, and till it's not, it won't start listening to any incoming connections. Hence, the connection refused error.
We need to find a way to delay thescript to emit frontend build till backend is ready.
The text was updated successfully, but these errors were encountered:
npm run serve
, the script opens up the url automatically on default browser of the dev machineThe text was updated successfully, but these errors were encountered: