Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

Hydration failed #75363

Closed
arburhan opened this issue Jan 27, 2025 · 1 comment
Closed

Hydration failed #75363

arburhan opened this issue Jan 27, 2025 · 1 comment

Comments

@arburhan
Copy link

Link to the code that reproduces this issue

https://github.com/arburhan/chemni-pro

To Reproduce

Image

Image

Current vs. Expected behavior

I have created a new NextJS project. I did not change anything, after installing the project I ran the app. It is not running properly and is giving an error. As shown in the image above.

Provide environment information

OS: win10
{
  "name": "chemni-pro",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "next dev --turbopack",
    "build": "next build",
    "start": "next start",
    "lint": "next lint"
  },
  "dependencies": {
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "next": "15.1.6"
  },
  "devDependencies": {
    "postcss": "^8",
    "tailwindcss": "^3.4.1",
    "eslint": "^9",
    "eslint-config-next": "15.1.6",
    "@eslint/eslintrc": "^3"
  }
}

Which area(s) are affected? (Select all that apply)

create-next-app

Which stage(s) are affected? (Select all that apply)

next dev (local), next start (local)

Additional context

No response

@github-actions github-actions bot added the create-next-app Related to our CLI tool for quickly starting a new Next.js application. label Jan 27, 2025
@icyJoseph
Copy link
Contributor

Try in incognito mode, if that works, most likely, it is a chrome extension of yours that's injecting HTML to the page, before React takes over.

You can either, disable the extension, typically Grammarly, or others, not sure which one could be causing the issue for you, or use supressHydrationWarning, on whichever element has this issue, the body element likely.

@samcx samcx removed the create-next-app Related to our CLI tool for quickly starting a new Next.js application. label Jan 28, 2025
@vercel vercel locked and limited conversation to collaborators Jan 28, 2025
@samcx samcx converted this issue into discussion #75411 Jan 28, 2025

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants