Environment
- Operating System: Windows_NT
- Node Version: v21.7.3
- Nuxt Version: 3.12.2
- CLI Version: 3.12.0
- Nitro Version: 2.9.6
- Package Manager: [email protected]
- Builder: -
- User Config: -
- Runtime Modules: -
- Build Modules: -
Reproduction
https://nuxtstarterelgyv8-lkin-bygc3uam--3000--70dbe416.local-credentialless.webcontainer.io/no-error-page
all 3 pages throws an error (setup or render function) but no error page is returned by nuxt in SSR
If the page successfully renders client-side, we can see the page flickers
Describe the bug
After more investigations due to #28139 .
It seems like there's no app:error hook called in SSR wheter it be from setup function or from render functions.
Additional context
@danielroe this is probably an issue with Suspense.
Logs
No response
Environment
Reproduction
https://nuxtstarterelgyv8-lkin-bygc3uam--3000--70dbe416.local-credentialless.webcontainer.io/no-error-page
all 3 pages throws an error (setup or render function) but no error page is returned by nuxt in SSR
If the page successfully renders client-side, we can see the page flickers
Describe the bug
After more investigations due to #28139 .
It seems like there's no
app:errorhook called in SSR wheter it be from setup function or from render functions.Additional context
@danielroe this is probably an issue with Suspense.
Logs
No response