Can´t deploy a Replit because, according to the log file, the Project does not exist

Code runs perfectly in the Repl when I hit the RUN button. I am serving a webserver and listening on port 1337. I am using Gunicorn (instead of the flask default webserver). Everything runs fine, but when I hit the Deploy button, after some minutes the installation hits a Timeout.

In the logs tab the only error is:
5 NOT_FOUND: Project does not exist: replit-user-21XXXXXXX

1 Like

I am facing the same issue as well with a fastapi uvicorn webserver

1 Like

I’m getting the same error trying to deploy a Flask Repl:

image

1 Like

I’m running into a similar issue trying to get a simply flash + gunicorn server setup

1 Like

Hey everyone, I believe I’ve fixed this error now. What this means is that your deployment failed before it got to the promote step, and because the VM was never created there isn’t anything to show under the logs tab. We’ve also changed the logging backend to something a little more performant and hopefully more robust. Please retry and let me know if you still see the message.

3 Likes

I still get the same error, can you please explain it in more details?

Sorry for the long delay, I just got back from being out of office for a couple weeks. The issue depends on your Repl – can you make a new post with more information about the exact error you’re seeing and include a link to the Repl?

2 Likes

https://replit.com/@staffhubai/new-vocode-telephone-app-testing cannot deploy - could yo uhave a look please?

All,

It looks like the Repl is private? Could you make it public so that we can take a look? Or if you could provide a screensahre or screenshots of the issue, that would also work. Thanks!