-
Notifications
You must be signed in to change notification settings - Fork 273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
404 error page image not rehydrating properly #249
Comments
Hi @shadow81627. Would you please try 0.4.9 if it fixes your issue? |
The update has fixed the 404 page in my preview but when I run
My lighthouse CI check is failing on the 404 page with
|
I'm getting the same error using @nuxt/image 0.4.12, nuxt 2.15.6. I've tried different configurations (target static and server - with and without ssr). The result is always the same. [Vue warn]: Missing required prop: "src" Any ideas why this is happening? img tags are working. |
I face the same issue despite not have nuxt-lazy-loader installed at all. I use vuetify and whenever I reload the page, the image appears and the error disappears. However, clicking the link to the image page from another webpage will return the error |
On local dev (
npm run dev
) my 404 page is returning this error:In a static generated production environment on vercel the image is pointing to the original static file.
Vercel preview
Code
Similar issue to #234
The text was updated successfully, but these errors were encountered: