Intercepting routes
are intercepting routes supported? https://nextjs.org/docs/app/building-your-application/routing/intercepting-routes
Routing: Intercepting Routes
Use intercepting routes to load a new route within the current layout while masking the browser URL, useful for advanced routing patterns such as modals.
5 Replies
It works locally but when deployed it just does a normal navigation
I also couldn’t find any information in the supported features / versions doc.
https://github.com/cloudflare/next-on-pages/blob/main/packages/next-on-pages/docs/supported.md
GitHub
next-on-pages/packages/next-on-pages/docs/supported.md at main · cl...
CLI to build and develop Next.js apps for Cloudflare Pages - cloudflare/next-on-pages
If route intercepts are not working with next-on-pages, that's most likely a bug and I would ask that you please open an issue on our GitHub 🙂
will do, thx
actually, I was testing a build from 14 days ago w/ next 13.5.3. just did a new deploy with 13.5.4 and it works
Intriguing