Nuxt Image: IPX_FILE_NOT_FOUND
I have installed Nuxt Image module which works fine in dev mode, but not on production server.
Production server is Ubuntu / Nginx.
https://domain.com/_ipx/w_32/images/32955/i.jpg
File exists on the server:
I guess this is not problem with Nginx config since I get response from the IPX.
Looks more like IPX can't find image on the server... or is looking for it on the wrong path.
Any help debugging this would be much appreciated!
1 Reply
Output: /home/user/domain.com/.output/public/images/32934/i.jpg
Like I've suspected... IPX is looking for image in the wrong dir (.output). How to fix this?