Cyko
Files / pictures deleted after a new deploy
Let me explain my problem
When my API ( nodejs ) is deployed online, from my front end I can add images that will be saved on the server with MULTER / FS. The problem is that if I publish code again on github railway, my api will be redeployed and I'll lose the images I've inserted. (when the api is online )
If anyone has already encountered this problem
Thanks
24 replies