Skip to content
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

The page does not refresh when you save it #41780

Open
1 task done
ZIPBAJT opened this issue Oct 25, 2022 · 2 comments
Open
1 task done

The page does not refresh when you save it #41780

ZIPBAJT opened this issue Oct 25, 2022 · 2 comments
Labels
bug Issue was opened via the bug report template. stale The issue has not seen recent activity.

Comments

@ZIPBAJT
Copy link

ZIPBAJT commented Oct 25, 2022

Verify canary release

  • I verified that the issue exists in the latest Next.js canary release

Provide environment information

Operating System:
  Platform: win32
  Arch: x64
  Version: Windows 10 Home
Binaries:
  Node: 16.17.1
  npm: N/A
  Yarn: N/A
  pnpm: N/A
Relevant packages:
  next: 12.3.1
  eslint-config-next: 12.3.1
  react: 18.2.0
  react-dom: 18.2.0

warn - Latest canary version not detected, detected: "12.3.1", newest: "12.3.2-canary.43".
Please try the latest canary version (npm install next@canary) to confirm the issue still exists before creating a new issue.
Read more - https://nextjs.org/docs/messages/opening-an-issue

What browser are you using? (if relevant)

Microsoft Edge 106.0.1370.47

How are you deploying your application? (if relevant)

No response

Describe the Bug

When I change components/Nav.js the page does not change
But when I close the server and restart it changes

Expected Behavior

.

Link to reproduction

ZIPBAJT/frooogsll@a77978c

To Reproduce

.

@ZIPBAJT ZIPBAJT added the bug Issue was opened via the bug report template. label Oct 25, 2022
@neongreen
Copy link

Looks like this happens when the import and the file name have inconsistent casing.

File name: components/Nav.js, import: components/nav.

Windows is case-insensitive by default so this might interfere with the tooling.

@vercel-release-bot
Copy link
Collaborator

This issue has been automatically marked as stale due to two years of inactivity. It will be closed in 7 days unless there’s further input. If you believe this issue is still relevant, please leave a comment or provide updated details. Thank you.

@vercel-release-bot vercel-release-bot added the stale The issue has not seen recent activity. label Jan 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue was opened via the bug report template. stale The issue has not seen recent activity.
Projects
None yet
Development

No branches or pull requests

3 participants