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

Failed to load resource: net::ERR_CONNECTION_REFUSED livereload.js:1 #30

Closed
matenoz opened this issue Nov 10, 2019 · 5 comments
Closed

Comments

@matenoz
Copy link

matenoz commented Nov 10, 2019

Hi,
With Server-Side Rendering(ssr) in dev-tools console the following error appears

Failed to load resource: net::ERR_CONNECTION_REFUSED livereload.js:1

It seems it can't find livereload.js

I've tried to install and configure webpack-livereload-plugin but doesn't work.

Any suggestionts?
Thank you

@kamilmysliwiec
Copy link
Member

Please, provide a minimal repository which reproduces your issue.

@cfremgen
Copy link

Please, provide a minimal repository which reproduces your issue.

Here you go: https://github.com/kamilmysliwiec/universal-nest

@cieldon32
Copy link

I get the same problem.

@KingDarBoja
Copy link

This is caused by either the serve-script.js file, where LiveReloadCompiler is being called or liveReload: true at server/app.module.ts.

Setting the flag to false will get rid of the dev-tools error.

@kamilmysliwiec
Copy link
Member

LiveReloadCompiler has been removed in the latest version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants