Closed devaoto closed 1 month ago
Hi, How did you solve the issue?
Facing the same issue
Edit by maintainer bot: Comment was automatically minimized because it was considered unhelpful. (If you think this was by mistake, let us know). Please only comment if it adds context to the issue. If you want to express that you have the same problem, use the upvote 👍 on the issue description or subscribe to the issue for updates. Thanks!
Well the issue was with an extension
This closed issue has been automatically locked because it had no new activity for 2 weeks. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.
Link to the code that reproduces this issue
https://github.com/devaoto/elyzen-nxt
To Reproduce
src/
directory? ... No / Yes (Yes) √ Would you like to use App Router? (recommended) ... No / Yes (Yes) √ Would you like to use Turbopack for next dev? ... No / Yes (Yes) √ Would you like to customize the import alias (@/* by default)? ... No / Yes (No) Run: bun run devCurrent vs. Expected behavior
Current
When I run the development server I get the error: Hydration failed because the server rendered HTML didn't match the client. As a result this tree will be regenerated on the client. This can happen if a SSR-ed Client Component used with the default template.
The hydration error is causing by these: -cz-shortcut-listen="true" -__processed_781b3edc-1642-4df7-b879-4c81b67a0d7d__="true" -bis_register="W3sibWFzdGVyIjp0cnVlLCJleHRlbnNpb25JZCI6ImVwcGlvY2VtaG1ubGJoanBsY2drb2ZjaWllZ29t..."
I did not change anything, I just ran the dev command after initializing.
Expected Behavior: To run the development server without any issues
I'm not entirely sure if it's caused by the runtime or the template had issues :/
Provide environment information
Which area(s) are affected? (Select all that apply)
create-next-app, Runtime
Which stage(s) are affected? (Select all that apply)
next dev (local)
Additional context
No response