-
Notifications
You must be signed in to change notification settings - Fork 45
Description
Describe the bug
When I navigate directly to any non-root URL e.g. http://localhost:8080/components/[id]
or http://localhost:8080/components/
, the contents of http://localhost:8080/
(ie src/pages/index.tsx
is shown. If it try the same request over the nextjs dev server directly, ie http://localhost:3000/components/[id]
the routing works as expected.
Inspecting the state of next/router
shows that the path is picked up, but nothing else is. Unsure whether this is a next issue or a quinoa issue.
Quinoa version
2.4.3
Quarkus version
3.12.3
Build / Runtime
Next.js
Package Manager
PNPM
Steps to reproduce the behavior
Unzip and run mvn quarkus:dev
and navigate to http://localhost:8080
it uses Next App Router and the dynamic slugs work fine.
However naivgate directly to http://localhost:8080/post/2020/first-post/with/catch/all/routes
and it loses the route.
Expected behavior
No response