NuxtN
Nuxt17mo ago
Jure

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

{
  "error": {
    "message": "[404] [IPX_FILE_NOT_FOUND] File not found: /images/32955/i.jpg"
  }
}


File exists on the server:

ls -l public/images/32955/i.jpg
-rw-rw-r-- 1 hub hub 15054 Apr 18 14:06 public/images/32955/i.jpg


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!
Was this page helpful?