You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary
Find the reason why I can't save files on the server (But localhost saves ) images to the /public/uploads folder. Uploads exists and its access rights are drwxrwxrwx. There are no errors, the api writes that everything is successful, it saves the file name to the database, but there are no files in the /public/uploads folder itself.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Summary
Find the reason why I can't save files on the server (But localhost saves ) images to the /public/uploads folder. Uploads exists and its access rights are drwxrwxrwx. There are no errors, the api writes that everything is successful, it saves the file name to the database, but there are no files in the /public/uploads folder itself.
I read this Related docs and guides:
and I don't understand, it turns out multer won't work for me or am I doing something wrong?
Please, help me!
Additional information
https://stackoverflow.com/questions/76278691/why-multer-not-save-file-on-server-nginx-next-js
Beta Was this translation helpful? Give feedback.
All reactions