-
Notifications
You must be signed in to change notification settings - Fork 27.2k
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
Intercepting route modal does not work with basepath #52624
Comments
Any updates on this? I really would like to use this routing for one of my apps. |
No, still not fixed. its working fine without basepath, but with basepath still broken. |
@balazsorban44 any suggestions on possible solutions? |
I'm having the same problem and it hasn't been fixed yet. I'm hoping there's a workaround, even if it's a bit tricky. I've created a repository that reproduces the issue. |
really need this feature. |
This comment has been minimized.
This comment has been minimized.
We cannot recreate the issue with the provided information. Please add a reproduction in order for us to be able to investigate. Why was this issue marked with the
|
Could we get a minimal reproduction? I see nextgram is linked, but there's also additional stuff added there. A minimal version would be very helpful to pinpoint the issue. |
Here you go @leerob: https://github.com/klarstrup/Intercepting-route-modal-does-not-work-with-basepath Comment or uncomment |
@klarstrup Thank you for the |
@leerob @samcx hey here is your own repo nextgram https://github.com/Uy575/Next_intercepting_and_parallel_route_issue.git |
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. |
Verify canary release
Provide environment information
Operating System: Platform: darwin Arch: arm64 Version: Darwin Kernel Version 22.5.0: Thu Jun 8 22:21:34 PDT 2023; root:xnu-8796.121.3~7/RELEASE_ARM64_T8112 Binaries: Node: 18.16.0 npm: 9.5.1 Yarn: N/A pnpm: N/A Relevant packages: next: 13.4.7 eslint-config-next: 13.4.7 react: 18.2.0 react-dom: 18.2.0 typescript: 5.1.3
Which area(s) of Next.js are affected? (leave empty if unsure)
App Router
Link to the code that reproduces this issue or a replay of the bug
Nextgram
To Reproduce
should make intercepting route keep working with basepath
Describe the Bug
i created a modal using intercepting route and parallel route but when we set basepath intercepting route stop working
Expected Behavior
modal should act as a intercepting route after a basepath added
Which browser are you using? (if relevant)
google chrome
How are you deploying your application? (if relevant)
production
NEXT-1439
The text was updated successfully, but these errors were encountered: