-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Full-static generated site attempt to fetch payloads for non-generated page #7559
Comments
Hello @FreekVR , Are you sure that there is a bug? |
@ziosa it doesn't show up in the console / terminal on codesandbox itself, but if you click the little button on the top-right to open it in a dedicated window, you should see a 404 for payload.js in your devtools / browser console. |
Hi @pi0, it's not fixed, you can see 404 payload error when used with nuxt-i18n. See this sandbox: Thanks! |
@divine indeed please create a reproduction, with a GitHub repo since it's hard to actually debug full static on CodeSandbox since it's dev mode only. You can also use https://surge.sh to easily deploy once statically generated (it's free). PS: please mention me when creating the issue |
Version
v2.13.0
Reproduction link
https://codesandbox.io/s/silly-tesla-blj2f?file=/pages/_slug.vue
Steps to reproduce
pages/_slug.vue
What is expected ?
Nuxt doesn't attempt to fetch payloads that don't exist
What is actually happening?
404 errors are logged to the browser console
The text was updated successfully, but these errors were encountered: