-
-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Nuxt with netlify-edge preset getting 404 error with no error in logs #19933
Comments
Upstream issue created: |
I get the same error when using netlify-edge preset. What is the fix ? Sorry, was not sure what to make of |
I didn't find solution to that. I think that is a Nitro issue. In my case there is no errors on Netlify, so it's hard to debug that, |
I'm not sure if it's a bug or intended behavior, but |
The last update fixed that error in my case. |
Environment
Nuxt 3.3.2, SSR,
netlify-edge
presetReproduction
Clear installation of Nuxt deployed to Netlify with
preset: 'netlify-edge'
Describe the bug
Running Nuxt 3.3.2, SSR on Netlify with
netlify-edge
preset. When opening website URL I got Netlify 404 error. In logs no errors and in Edge Functions part:Paths to files are the same as in
preset: 'netlify'
, and this preset is working.@danielroe Did the same reproduction on one of his performance streams. Localy edge functions are generated, on Netlify nothing.
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: