I’ve been hosting my static website with Vite.js for a long time, and it has always worked fine. But today, when I tried to deploy, I started getting a “fatal: unknown target” error. No matter how many times I redeploy, the same error keeps showing up.
I also rolled back to a previous commit that was known to be stable, reverted my changes, and redeployed — but it still doesn’t work. I haven’t touched any configuration; my changes were only at the code level. Somehow, this failure started happening out of nowhere.
I even deleted the existing deployment and tried redeploying from scratch, but the issue persists. Now my site is completely down because I can’t get it deployed again.
I’ve spent hours trying everything I could think of: deleting deployments, reverting commits, redeploying multiple times. Nothing has worked.
Can you explain what’s going on? Is this a bug in the system that’s preventing deployment? I’m really stuck. Even the Replit assistant hasn’t been helpful — it doesn’t provide any useful suggestions.
I’m having the same issue. I’m trying to deploy a simple HTML static landing page and it fails the build process. I’ve spent 4 hours trying to troubleshoot this, even rebuilding my pages in other frameworks.
Same issue for me. Have been deploying no problem for months. As of yesterday, it builds then unknown target. Assistant just sends me down a rabbit hold of changes that aren’t needed.
Also getting this “Socket closed with event 4500 Internal server error” - which shows whether trying static or autscale. And now that I deleted the previous deployment, my site is down.