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

Server fails when changing a file (and Meteor restarts) #181

Open
znat opened this issue Dec 15, 2018 · 3 comments
Open

Server fails when changing a file (and Meteor restarts) #181

znat opened this issue Dec 15, 2018 · 3 comments
Labels
help wanted Issues identified as good community contribution opportunities

Comments

@znat
Copy link

znat commented Dec 15, 2018

Using the Node or All configuration, when changing a file, the server becomes available. The debug console outputs

Failed to load resource: net::ERR_CONNECTION_REFUSED [http://localhost:3000/sockjs/info?cb=gk3423xfq4]
`
@khaledalyawad
Copy link

same happens to me

@auchenberg auchenberg added the help wanted Issues identified as good community contribution opportunities label Feb 4, 2019
@bedinsky
Copy link

bedinsky commented Jul 19, 2019

same happens to me using an official meteor demo project using vuejs

git clone https://github.com/chris-visser/meteor-vue-admin

After I changed a file on vs code workspace, the server is no more responding on port 3000
This is what is logged in debug console

/usr/local/bin/npm run debug

meteor-vue-admin@ debug /home/bedinsky/git/meteor-vue-admin
MONGO_URL=mongodb://127.0.0.1:27017/sea-mes meteor run --settings settings.json --inspect-brk=9229
[[[[[ ~/git/meteor-vue-admin ]]]]]
=> Started proxy.

=> [HMR] Dev server listening on port 3003.
W20190719-11:23:46.683(2)? (STDERR) Debugger listening on ws://127.0.0.1:9229/6e4cbb36-5fd1-4613-a732-574b42913aa0
W20190719-11:23:46.739(2)? (STDERR) For help see https://nodejs.org/en/docs/inspector
W20190719-11:23:46.863(2)? (STDERR) Debugger attached.
=> Started your app.
=> App running at: http://localhost:3000/
=> Server modified -- restarting...

@joshleblanc
Copy link

joshleblanc commented Oct 16, 2019

There's a workaround here: #112 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Issues identified as good community contribution opportunities
Projects
None yet
Development

No branches or pull requests

5 participants