You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
I just started a new Astro project and couldn't get through to the welcome screen. I created the project using the following commands:
nvm install 22.11.0 // to run on the latest node
npx @astrojs/upgrade beta
npm create astro@latest -- --ref next
I'm getting the following error message:
Unable to render Welcome because it is undefined!
Did you forget to import the component or is it possible there is a typo?
With the following stacktrace:
Error: Unable to render Welcome because it is undefined!
Did you forget to import the component or is it possible there is a typo?
at renderFrameworkComponent (/Users/my_user_name/code/blog/node_modules/astro/dist/runtime/server/render/component.js:59:11)
at Module.renderComponent (/Users/my_user_name/code/blog/node_modules/astro/dist/runtime/server/render/component.js:373:16)
at Object.default (/Users/my_user_name/code/blog/src/pages/index.astro:1:1)
at new AstroComponentInstance (/Users/my_user_name/code/blog/node_modules/astro/dist/runtime/server/render/astro/instance.js:20:30)
at Module.createAstroComponentInstance (/Users/my_user_name/code/blog/node_modules/astro/dist/runtime/server/render/astro/instance.js:63:20)
at renderAstroComponent (/Users/my_user_name/code/blog/node_modules/astro/dist/runtime/server/render/component.js:352:20)
at Module.renderComponent (/Users/my_user_name/code/blog/node_modules/astro/dist/runtime/server/render/component.js:371:12)
at /Users/my_user_name/code/blog/src/pages/index.astro:1:1
at index (/Users/my_user_name/code/blog/node_modules/astro/dist/runtime/server/astro-component.js:16:12)
at callComponentAsTemplateResultOrResponse (file:///Users/my_user_name/code/blog/node_modules/astro/dist/runtime/server/render/astro/render.js:90:31)
Astro Info
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
I just started a new Astro project and couldn't get through to the welcome screen. I created the project using the following commands:
I'm getting the following error message:
With the following stacktrace:
What's the expected result?
A welcome screen
Link to Minimal Reproducible Example
https://github.com/pinzonjulian/blog
Participation
The text was updated successfully, but these errors were encountered: