Nextjs app router multiple pages. #788
Unanswered
zZHorizonZz
asked this question in
Q&A
Replies: 1 comment 8 replies
-
Is this your issue: #727 |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to use Quinoa with Next.js, and it's kind of working, but I think there's something weird going on with the routing. Basically, I'm using the app router, and if I have a main page and, for example, an about page, I cannot go directly to the /about page. I need to go to /about.html. But, if I have a
<Link>
to the about page and click it, it goes there without a problem, and the final URL is indeed /about and not /about.html. This also affects browser history goback which routes to 404 even though the previous page should be loaded successfully. I have created a test suite for this. https://github.com/zZHorizonZz/quarkus-quinoa/tree/test/next-app . I think this is related #727 even though it's for pages and not app router. So my question is what's the result of all this should it work and is this a bug or is this intended?Beta Was this translation helpful? Give feedback.
All reactions