Skip to content
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

(fix) The webpack hot reload server should wait for backend to get ready #60

Open
bbbneo333 opened this issue Aug 7, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@bbbneo333
Copy link
Contributor

  • 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.
@bbbneo333
Copy link
Contributor Author

@govind-io govind-io added the enhancement New feature or request label Jan 31, 2025
@govind-io govind-io added this to the March 2025 milestone Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants