question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Bug]: Can't start the remix server after stopping it

See original GitHub issue

Which Remix packages are impacted?

  • remix (Remix core)
  • create-remix
  • @remix-run/architect
  • @remix-run/cloudflare-workers
  • @remix-run/dev
  • @remix-run/express
  • @remix-run/netlify
  • @remix-run/node
  • @remix-run/react
  • @remix-run/serve
  • @remix-run/server-runtime
  • @remix-run/vercel

What version of Remix are you using?

1.0.6

Steps to Reproduce

Start a remix server, working on the code, then stopping the server using ctrl +c and then starting it again

I’m using ubuntu 20.04 with nodejs 14.17 and yarn 1.22.15

Expected Behavior

It should restart the server again

Actual Behavior

err remix

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:3
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
sairajchouhancommented, Nov 29, 2021

You can also kill the process on the port by npx kill-port <port_number> here you can do npx kill-port 8002

1reaction
judicaelandriacommented, Nov 29, 2021

Hi @judicaelandria I just opened a similar issue in #762. Could you take a glance at it and see if the repro-steps I’ve provided are similar with your current project (e.g. have you set up Prisma with your project)?

Yes! this is the same problem

Read more comments on GitHub >

github_iconTop Results From Across the Web

[Bug]: Live Reload not working. · Issue #1601 · remix-run/remix
I have to stop the dev server and restart to see any changes ... This doesn't seem to work? i start up the...
Read more >
Can't access new Remix app - Questions / Help - Fly.io
I have trouble getting my new app to run. It is a remix app with express. Here is my package.json { "private": true,...
Read more >
Data Loading - Remix
Data Loading. One of the primary features of Remix is simplifying interactions with the server to get data into components.
Read more >
After stopping the websphere server, canoot start it again ...
Starting websphere application server classic v8.5 at localhost has encountered a problem. Cannot connect to the server process. Make sure the ...
Read more >
Error: listen EADDRINUSE :::3000. Remix works. Storage not full
But the server is still unable to start. Even after cleaning up the storage and running his recommended commands. I remixed the project, ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found