I’m working on multiple apps. Each time I open an app, it is live in preview for 30 seconds, then crashes. I’ve used “debug with agent” multiple times. This has been happening for the last 3 hours.
I have the same issue, even on simply frontend project created from scratch. I’ve send email to Replit support.
I have the same issue and spent so much credit trying to solve this. Hope Replit can refund this.
Same issue across multiple apps -
Found the issue and a workaround.
The prompt I used to fix it:
Replit made a code change last night that is causing apps to crash after 30 seconds or so…
The agent identified the issue and built a work around in another app:
Node is getting sent a SIGHUP from the environment and is terminating. The solution is to catch this before it hits node.
server/index.ts: Signal handlers (SIGHUP, SIGTERM, SIGINT), uncaughtException/unhandledRejection handlers, process.exit guard for Vite
In theory, Replit needs to fix this, right?
I have the same issue. First I thought is was on my side because of refactoring I did but I have the same issue on an application I had not touched in months.
I have the same, and it happend just before a demo
Why has this been flagged and hiddne
Same issue here. I’ve spent a ton of credits trying to fix this, but the problems keep coming back. I really hope they provide some explanation or clarification soon.
tambem estou com o mesmo problema
same issue for me, none of my dev env work. the above prompt is not solving it forme.
Same here, keeps on loading the app, used a ton of credits trying to resolve.
Same issue!!!
just got this…
Apologies for the delay in our response. We are still actively working on this issue and appreciate your patience. Please allow us some more time, and once the issue is fully resolved, we will get back to you with an update.
Felt Human ![]()
No sure if this helps, I have 4 apps and 1 is working properly so I don’t think its all app,. maybe just a few on a specific workflow?
this is horrible, the preview dies after a couple of minutes without any console error, however in my case only applies to fastapi builds, while running the same build in bash, the server is running smoothly in the bg, so basically the only affected component is the preview. i was thinking that i overcomuputed the ide limit, but even a 15 lines minimal pseudocode dies in preview. anybody has the same experience?
I tried on simply fresh project from scratch and the same issue
Any updates on this? Also, the status page says, “All systems are go!” That is obviously not the case!
