Environment
|
|
| Operating system |
macOS 24.6.0 |
| CPU |
Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz (12 cores) |
| Node.js version |
v23.9.0 |
| nuxt/cli version |
3.34.0 |
| Package manager |
npm@10.9.2 |
| Nuxt version |
4.3.1 |
| Nitro version |
2.13.1 |
| Builder |
vite@7.3.1 |
| Config |
compatibilityDate, components, css, devtools, image, mdc, modules, studio, vite, nitro |
| Modules |
@nuxt/ui 4.5.1, @nuxt/content 3.12.0, @nuxt/eslint 1.15.2, @nuxt/image 2.0.0, nuxt-studio 1.5.1, nuxt-clarity-analytics 0.0.9 |
Version
v1.5.1
Reproduction
Browser Link preview:

Exact link for reference: https://shantipath.pulkt.com/__nuxt_studio/ipx/s_200x200,fit_cover/favicon.ico?t=1774641293293
Description
I'm unable to see media/image previews in the studio-editor navigation & image-picker modal.
Although the image is visible, when it is opened with the exact URL (without IPX).
Seems like image preview uses nuxt-image with IPX to show them in the media picker.
But somehow, nuxt-image fails to render preview using IPX. I'm also geting error: IPX_FILE_NOT_FOUND, when opening the preview URL separately.
Also, this issue is happening only in production deployment. works perfectly in local environment.
Additional context
The application is deployed on Vercel, with SSR support, using the command 'nuxt build'.
Also, I've enabled prerendering, using config:
nitro: {
prerender: {
// Pre-render the homepage
routes: ['/'],
// Then crawl all the links on the page
crawlLinks: true,
},
},
If I remove pre-rendering:
- Issue with media previews still exists.
- Sometimes, initial page rendering fails.
- Also, normal nuxt-img on any page isn't visible, with the same error.
Possible solutions:
- Any workaround to disable or configure nuxt-img inside the studio interface?
Logs
Environment
macOS 24.6.0Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz (12 cores)v23.9.03.34.0npm@10.9.24.3.12.13.1vite@7.3.1compatibilityDate, components, css, devtools, image, mdc, modules, studio, vite, nitro@nuxt/ui 4.5.1, @nuxt/content 3.12.0, @nuxt/eslint 1.15.2, @nuxt/image 2.0.0, nuxt-studio 1.5.1, nuxt-clarity-analytics 0.0.9Version
v1.5.1
Reproduction
Browser Link preview:

Exact link for reference: https://shantipath.pulkt.com/__nuxt_studio/ipx/s_200x200,fit_cover/favicon.ico?t=1774641293293
Description
I'm unable to see media/image previews in the studio-editor navigation & image-picker modal.
Although the image is visible, when it is opened with the exact URL (without IPX).
Seems like image preview uses nuxt-image with IPX to show them in the media picker.
But somehow, nuxt-image fails to render preview using IPX. I'm also geting error: IPX_FILE_NOT_FOUND, when opening the preview URL separately.
Also, this issue is happening only in production deployment. works perfectly in local environment.
Additional context
The application is deployed on Vercel, with SSR support, using the command 'nuxt build'.
Also, I've enabled prerendering, using config:
If I remove pre-rendering:
Possible solutions:
Logs