I keep getting this error I’m not sure what to try anymore. So I’m uploading files from my django admin panel and capturing the instance in admin.py to save the file to an external storage via ftps
Hi,
Render instances have an ephemeral filesystem, meaning any file written to the instance after it has booted will be lost when it next restarts (e.g. spun down if on free instance type, next deploy, manual restart, etc.).
If you want to use file uploads on your service, you’ll need to have a persistent store, e.g. a Render Disk (which is chargeable and also requires a paid instance type) or an external service like AWS S3.
Alan
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.