Thursday 28 November 2019

Heroku filesystem restart

Hello,I want to deploy my node application on a free hosting service as I want to show it to a company to land a job.Now, in this application the user can add products and upload images of the product.On heroku, everyday the filesystem gets restarted, this deletes all the images. Also, when an error occurs the filesystem gets deleted.It's recommended to store all files on AWS S3. This seems like quite some work because I have to make many changes in the codebase and I need to have the application ready by tomorrow.Are there other ways of getting around this problem?

Submitted November 28, 2019 at 09:28AM by rochenExklusive

No comments:

Post a Comment