Why are images not appearing on my nextjs app running on Ubuntu server?
I've got a weird issue with my nextjs app on a ubuntu box. I'm using nginx. I have the uploads folder in the nginx config for the site: location /uploads { alias /home/ubuntu/staging/thomson-print-portal/current/public/uploads; expires 1y; add_header Cache-Control "public, max-age=31536000, immutable";…