My website files are gone

Bug description:
I opened my flask project file on replit, and it said it is updating he view to nix. After some time, it loaded, but all my previous files were gone and were replaced with a sample react app. It is ok, if it does not deploy. I just want my files back
Expected vs Current Behavior:
I need my files back.

Steps to reproduce:

Bug appears at this link: https://replit.com/@Pratham1256/PrajethaPe

Screenshot(s)/Screen Recording:

Browser/OS/Device: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36

Replit Profile: https://replit.com/@Pratham1256

It seems the files are back on the spotlight page, but the repl still doesn’t run, so it’s likely still broken on your end. Try forking the repl (in the workspace, click on the repl name in the top left > ⋮ > Fork)

1 Like

Alternatively, @Pratham1256 you can try adding back file with the same name and language. E.g. app.py was deleted, make a new file called app.py.
This would bring back the code from the deleted file.

2 Likes