My project is executed in parallel and does not stop
There must be a problem with the code. If you could share your project, I can help you.
It is not a code error
Refreshing should restart the first time
this problem happened to me too. this is not a code problem.
Yes, It is a glitch error you are executing the project even if you already delete it
Hi @esponjosin - you may have duplicate node [your server file].js
processes running. If you open the console and run ps aux
do you see one or more node [your server file].js
processes listed?
awww, just when i solved an issue like this…
i know the solution, can i say it jenn?
The original project is deleted now I have another one but having the token in the env does not happen with the remix
do
killall -u app
that will kill all processes being ran in your app, not root.
doing so will also delete the copied processes, and reset things like uptime data
The joke is to eliminate the project
I think the error comes from the glitch watcher since before I appeared an error related to that