How to avoid _next/static routes on the dynamic route page.tsx #66633
Unanswered
udayshankark-qp
asked this question in
App Router
Replies: 1 comment
-
Also I need to avoid any of the other urls such as /undefined |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
So on loading the home page i.e in in root level page.tsx, I can see that some of next js static urls are routing to [...routes]/page.tsx .
While checking on the parms.routes on [...routes]/page.tsx , I can see that all the _next/ urls are been called in this page
How can we avoid the static urls been read from the dynamic routing ?
Beta Was this translation helpful? Give feedback.
All reactions