Next.js Discord

Discord Forum

Images uploaded later in Production environment are not loaded.

Unanswered
Red-tailed Hawk posted this in #help-forum
Open in Discord
Red-tailed HawkOP
Hello there. I developed a project with a management panel with Next.js. A few days ago, I started the installation of the project on the vps server I rented a few days ago. The management panel has settings such as image and video upload. I keep these pictures under public with multer. In the development environment, my project is running without any problems, but after building the project, the pictures added from the management panel are not visible in the production environment, that is, they are not uploaded. The file is uploaded to public but the image is not loaded in the browser. The path of the picture is correct. I have not been able to solve the problem for two days, I would be very grateful if you can help.

Note: I use structures such as node 18.16.1, PM2 and Nginx in vps.

0 Replies