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
Operating System: Platform: darwin Arch: x64 Version: Darwin Kernel Version 21.6.0: Sun Nov 6 23:31:16 PST 2022; root:xnu-8020.240.14~1/RELEASE_X86_64 Binaries: Node: 16.18.1 npm: 8.19.2 Yarn: N/A pnpm: 6.9.1 Relevant packages: next: 12.2.0 eslint-config-next: 13.0.2 react: 18.2.0 react-dom: 18.2.0
Routing (next/router, next/navigation, next/link)
https://github.com/tamilarasue1995/next-app.git
clone the repo run npm install run npm run dev goto http://localhost:3000/dynamic#hash?q=12
when entering http://localhost:3000/dynamic#hash?q=12, this url is automatically modified into http://localhost:3000/dynamic#hash#hash#hash#hash#hash#hash#hash#hash#hash?q=12
The url should not be modified... Even though this issue is fixed in nextjs 13, is there a way to fix this in next v12 itself, like a patch fix?
Version 108.0.5359.124
npm run dev(next dev)
The text was updated successfully, but these errors were encountered:
Is there a specific reason you can't upgrade to 13?
Sorry, something went wrong.
No branches or pull requests
Verify canary release
Provide environment information
Operating System:
Platform: darwin
Arch: x64
Version: Darwin Kernel Version 21.6.0: Sun Nov 6 23:31:16 PST 2022; root:xnu-8020.240.14~1/RELEASE_X86_64
Binaries:
Node: 16.18.1
npm: 8.19.2
Yarn: N/A
pnpm: 6.9.1
Relevant packages:
next: 12.2.0
eslint-config-next: 13.0.2
react: 18.2.0
react-dom: 18.2.0
Which area(s) of Next.js are affected? (leave empty if unsure)
Routing (next/router, next/navigation, next/link)
Link to the code that reproduces this issue
https://github.com/tamilarasue1995/next-app.git
To Reproduce
clone the repo
run npm install
run npm run dev
goto http://localhost:3000/dynamic#hash?q=12
Describe the Bug
when entering http://localhost:3000/dynamic#hash?q=12, this url is automatically modified into http://localhost:3000/dynamic#hash#hash#hash#hash#hash#hash#hash#hash#hash?q=12
Expected Behavior
The url should not be modified...
Even though this issue is fixed in nextjs 13, is there a way to fix this in next v12 itself, like a patch fix?
Which browser are you using? (if relevant)
Version 108.0.5359.124
How are you deploying your application? (if relevant)
npm run dev(next dev)
The text was updated successfully, but these errors were encountered: