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

app running forever on port 3000 #34

Closed
sukeesh opened this issue May 16, 2017 · 8 comments
Closed

app running forever on port 3000 #34

sukeesh opened this issue May 16, 2017 · 8 comments

Comments

@sukeesh
Copy link

sukeesh commented May 16, 2017

No description provided.

@sukeesh sukeesh changed the title app running forever on port 3000 app running forever on port 3000 label:bug May 16, 2017
@sukeesh sukeesh changed the title app running forever on port 3000 label:bug app running forever on port 3000 May 16, 2017
@yarnball
Copy link

  • 1 Also having this issue.

@mxstbr
Copy link
Owner

mxstbr commented May 22, 2017

CTRL+C should stop the process, if that doesn't work for you see this SO answer: https://stackoverflow.com/questions/11583562/how-to-kill-a-process-running-on-particular-port-in-linux

@mxstbr mxstbr closed this as completed May 22, 2017
@yarnball
Copy link

Killing the port does not solve the issue. Must have to do with it being a persistant app. For example, it does not appear when you're in incognito mode.

@mxstbr
Copy link
Owner

mxstbr commented May 22, 2017

Oh you mean the caching? Yeah it's cached with AppCache and ServiceWorker

chrome://appcache-internals
chrome://serviceworker-internals

Delete the localhost:3000 entry on both sites to get rid of the cache.

@yarnball
Copy link

So everytime I make a change to the code, I should delete both of them?

@mxstbr
Copy link
Owner

mxstbr commented May 22, 2017

No, in development it updates automatically, only when you run it in production mode.

@yarnball
Copy link

yarnball commented May 23, 2017

How about for safari? Worth adding to the readme, as this will probably happen to lots

EDIT: for safari:

  1. Enable developer menu (https://developer.apple.com/library/content/documentation/AppleApplications/Conceptual/Safari_Developer_Guide/GettingStarted/GettingStarted.html#//apple_ref/doc/uid/TP40007874-CH2-SW1)

  2. Developer menu > Disable Cache

  3. Developer menu > Empty Cache

@tnpriyanka12
Copy link

yes I have killed all operation running. Closed and reopened my terminal. Deleted the whole folder that i forked from here. Still this happens. any other leads?

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

4 participants