Skip to content
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

site: error while rendering error page #9344

Closed
eltigerchino opened this issue Oct 20, 2023 · 1 comment
Closed

site: error while rendering error page #9344

eltigerchino opened this issue Oct 20, 2023 · 1 comment

Comments

@eltigerchino
Copy link
Member

Houston, we have a problem

image

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

@benmccann
Copy link
Member

fixed in #9337

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants