-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
RenderUndefinedEntryError from dev server #12773
Comments
Thanks for the issue @andersk. I’ve also been seeing this intermittently. It seems there are some race conditions in content collection loading that can lead to this. A workaround is to type s and then enter in the dev server terminal to force refresh content, but obviously this is not a very pleasant dev experience. I’m going to transfer this to the main Astro monorepo as it will need addressing there I believe. |
I've encountered this issue in several projects in Stackblitz and locally. In all cases, running Couple of additional notes:
Are there any other potential workarounds until this is addressed? EDIT: Was finally able to get it to work, just kept deleting |
Is this just occurring on Linux, or is anyone experiencing it on other platforms? |
I'm experiencing the same on Windows. |
Just tested that same site on windows. I got the Limited testing, obviously, but I think the underlying issue is not platform specific from best I can tell and @oluwatobiss confirmed as much I believe. |
If you'd like to try an experimental build that should fix it, install |
Yeah the |
Seems to be a race condition that causes this so difficult to say for certain if |
Fixing this will probably also fix #12456 |
What version of
starlight
are you using?0.30.2
What version of
astro
are you using?5.0.9
What package manager are you using?
npm
What operating system are you using?
Linux
What browser are you using?
Chromium, Firefox
Describe the Bug
The official StackBlitz template linked from getting started shows an error page:
and the following console output:
Link to Minimal Reproducible Example
https://stackblitz.com/github/withastro/starlight/tree/main/examples/basics
Participation
The text was updated successfully, but these errors were encountered: