-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Closed
Description
Houston, we have a problem
Some thoughts on this issue sveltejs/kit#10565 (comment)
The main cause is a rendering error in the root +layout.svelte while rendering the default error page.
{#if !$page.route.id.startsWith('/blog/')} |
TypeError: Cannot read properties of null (reading 'startsWith')
but the error message being incorrect is a sveltekit issue
Metadata
Metadata
Assignees
Labels
No labels