Files Not Being Created

So I’m working on a type-based Scratch. Made a prototype of data saving. When you save your project, a file gets created called something like ${projectID}.js. Works perfectly fine inside the Replit project, but when I tried on my phone, the file wasn’t created. Could Replit Deployments cause this?

1 Like

Pretty sure Deployments don’t have a persistent file system (files don’t really save permanently and are all cleared every time you deploy)

Can you send the link though? Follow this guide:

4 Likes