@Pomax I’m still waiting for an answer. I did a rewind and fixed the project, but moments after, it rebooted and could not find node again… really weird thing going on.
When you open the log for your project (it’s a button in the bottom bar), is there anything indicative in there? Also, without knowing which project you’re working on: if it’s a public project, what’s the project url?
I encountered exactly the same issue. Suddenly, my web app stopped working today. The logs show a message saying “Could not find node >=16.0.0, using 10,” which led to a syntax error.
Here’s the project:
(Update)
When I split the project in Remix, the server for the separated part started without any issues.
backport it to node 16 or you can try installing a newer node interpreter. I have a starter here with node 22 Node.js 22 starter but it takes extra time to start up because it has to set up node each time
There was some host cycling roughly the same time you wrote your message, so that might have been a red herring: does it work now? (if not, support should have reached out now)