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
So, I just created a Blitz app with pages router and React Hook Form. Now, when I run blitz dev. The webpage shows 404 Not found error. While the errors in terminal have been attached herewith.
Paste all your error logs here:
$ blitz dev
Loaded env from H:\drive g\Kitzje_Course_Renewed\eventio\.env.local
Loaded env from H:\drive g\Kitzje_Course_Renewed\eventio\.env
✔ Next.js was successfully patched with a React Suspense fix
✔ Routes manifest was successfully generated
▲ Next.js 13.5.6
- Local: http://localhost:3000
- Environments: .env.local, .env
✓ Ready in 30.6s
○ Compiling / ...
✓ Compiled / in 4.1s (338 modules)
[Rendering Suspense fallback...: DYNAMIC_SERVER_USAGE] {
digest: 'DYNAMIC_SERVER_USAGE'
}
[Rendering Suspense fallback...: DYNAMIC_SERVER_USAGE] {
digest: 'DYNAMIC_SERVER_USAGE'
}
✓ Compiled /404 in 454ms (342 modules)
Warning: A title element received an array with more than 1 element as children. In browsers title Elements can only have Text Nodes as children. If the children being rendered output more than a single text node in aggregate the browser will display markup and comments as text in the title and hydration will likely fail and fall back to client rendering at title
at head
at Head (webpack-internal:///./node_modules/next/dist/pages/_document.js:258:1)
at html
at Html (webpack-internal:///./node_modules/next/dist/pages/_document.js:676:132)
at MyDocument (webpack-internal:///./src/pages/_document.tsx:11:1)
[Rendering Suspense fallback...: DYNAMIC_SERVER_USAGE] {
digest: 'DYNAMIC_SERVER_USAGE'
}
Warning: A title element received an array with more than 1 element as children. In browsers title Elements can only have Text Nodes as children. If the children being rendered output more than a single text node in aggregate the browser will display markup and comments as text in the title and hydration will likely fail and fall back to client rendering at title
at head
at Head (webpack-internal:///./node_modules/next/dist/pages/_document.js:258:1)
at html
at Html (webpack-internal:///./node_modules/next/dist/pages/_document.js:676:132)
at MyDocument (webpack-internal:///./src/pages/_document.tsx:11:1)
Paste all relevant code snippets here:
Nothing because it is a completely new app.
What are detailed steps to reproduce this?
blitz new eventio
✔ Pick a new project's language › TypeScript ✔ Pick your new app template › Full - includes DB and auth (Recommended) ✔ Install dependencies? › npm ✔ Pick a form library (you can switch to something else later if you want) › React Hook Form
Now, when I open my project in VS Code and run blitz dev. It is showing the errors that I mentioned above.
What is the problem?
So, I just created a Blitz app with pages router and React Hook Form. Now, when I run blitz dev. The webpage shows 404 Not found error. While the errors in terminal have been attached herewith.
Paste all your error logs here:
Paste all relevant code snippets here:
Nothing because it is a completely new app.
What are detailed steps to reproduce this?
blitz new eventio
✔ Pick a new project's language › TypeScript ✔ Pick your new app template › Full - includes DB and auth (Recommended) ✔ Install dependencies? › npm ✔ Pick a form library (you can switch to something else later if you want) › React Hook Form
Now, when I open my project in VS Code and run blitz dev. It is showing the errors that I mentioned above.
Run
blitz -v
and paste the output here:Please include below any other applicable logs and screenshots that show your problem:
I have shared the relevant details in the above given sections.
The text was updated successfully, but these errors were encountered: