404s/+error.svelte incorrectly handled on Vercel when prerendering #9301
Unanswered
madeleineostoja
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I feel like I'm missing something extremely basic so I wanted to open this as a discussion before making a repro for a proper issue — I have a basic site deployed to vercel with
adapter-vercel
, and if I setexport const prerender = true;
from my root+layout.server.ts
, the site no longer renders+error.svelte
for 404s, instead showing Vercel's standard 404 page.Am I missing something? Or does
+error.svelte
not work when prerendering your whole route treeBeta Was this translation helpful? Give feedback.
All reactions