Render reset my app and delete a json file

Greetings everyone, I have deployed a Node application, but I have noticed that every now and then it seems like everything is being automatically deployed from scratch. This is because I mistakenly uploaded a JSON file that contains 30 records, and while I was testing, I left a console.log to see each time a new record was added to the JSON. But this error has shown me that my application resets to 0 periodically, as the JSON file shows the 30 records again even though new ones have been added. Is this s a normal rendering behavior?. I hope you can help me.

Hi Mario

It sounds like you might want to look into using Render Disks to persist data. Our docs go into more detail about this. If your service is on the Free instance type, I also recommend reading up on some of the free limitations.

Regards,
Mike


Render Support Engineer, MT (UTC-6)

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.