Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Stopping app does not kill port #293

Closed
chasefleming opened this issue Aug 29, 2022 · 1 comment
Closed

Stopping app does not kill port #293

chasefleming opened this issue Aug 29, 2022 · 1 comment
Labels
bug Something isn't working feedback

Comments

@chasefleming
Copy link
Member

Describe the bug
Stopping Kitty Items does not kill port 3001. Cannot run another application on that port after ctrl c.

To Reproduce

  • Run Kitty Items
  • Hit control c
  • Try running another app on port 3001
@chasefleming chasefleming added bug Something isn't working feedback labels Aug 29, 2022
@bluesign
Copy link

bluesign commented Aug 29, 2022

by design I guess, it is running via pm as service. npm run stop should stop background services.

ref:

"stop": "npx pm2 stop all",

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working feedback
Projects
None yet
Development

No branches or pull requests

2 participants