Next.js Discord

Discord Forum

Intercepting route modal does not work with basepath

Unanswered
Spectacled bear posted this in #help-forum
Open in Discord
Spectacled bearOP
I am using intercepting route to open modal with basepath but not working.

I have tried nextgram (demo project) to add basepath which is also broken

I found an issue about this
https://github.com/vercel/next.js/issues/52624#issuecomment-1776253793

is there any update about this ?

thanks in advance

3 Replies

European sprat
Facing the same problem here!
what basepath?
Spectacled bearOP
In next.config.js
basepath


Here is minimal reproduce

https://github.com/uyeong/nextgram

You can remove basepath in next.config.js to work properly.

With basepath, the modal wont open.