Unable to Download Replit Zip File

Problem description: I am unable to download the zip file of my replit.

Expected behavior: Upon clicking the three dots to the right of the files and clicking ‘Download as zip’, the zip file of the replit should be downloaded to my computer.

Actual behavior: Upon clicking the three dots to the right of the files and clicking ‘Download as zip’, the page goes to a 404 not found error page, stating ‘Not found error: This is not the page you’re looking for. If you think this is a mistake, check the status page for active incidents, contact support or ask the community.’

Steps to reproduce: Clicking the three buttons to the right of the files and clicking ‘Download as zip’.

Bug appears at this link: Replit - 404 - Replit

Browser: Microsoft Edge
OS: Microsoft Windows
Device (Android, iOS, n/a leave blank): N/A
Plan (Free, Hacker, Pro Plan):
Free

Welcome to Ask! Until this issue is resolved, you should be able to download your Repl as a ZIP file by adding .zip to the end of your Repl’s URL.

Unfortunately, that doesn’t work for me. Placing .zip at the end of my replit’s URL simply goes to the exact same error page as before.

I am unable to reproduce this issue and the link you provided is a 404. Sad that you can’t use the URL hack.

Make sure you don’t have “#main.py” or anything in the URL. In other words ensure the URL is

https://replit.com/@My_Team/MyReplit.zip

and not

https://replit.com/@My_Team/MyReplit#main.py.zip

2 Likes