Tried to check if this was brought up before in here but couldn’t find any posts that are related. Might be a stupid question but hope someone has solved this:
I created a simple career page, where people upload their CVs that I can later view from a backend portal. I deployed this page to my custom domain, and everything worked fine for a day or two, but suddenly the ‘older’ CVs were not being displayed anymore. If I test upload a CV it works, but after a few days it doesn’t display.
Checking the database in replit, i see all the records saved, with a cv-url field in the table that should point to where the file is saved, but trying to access this doesn’t work.
After a lot of trial and error I noticed that Replit saved the files in different places for the deployed version to my custom domain vs the replit domain (I was able to open CVs from the custom domain in the custom domain backend but not in the replit domain). Since all the other fields are saved in the database that seems shared, how can I find the files folder for the deployed version? And why are they disappearing!