You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uncaught Error: Absolute route path "/" nested under path "/admin//u_pages" is not valid. An absolute child route path must start with the combined path of all its parent routes.
#194
Open
matart15 opened this issue
Feb 12, 2025
· 0 comments
Describe the Bug
/admin/u_pages
directory does not work/admin/u_page
directory worksalso
src/pages/admin/pages/index1.tsx
works ( kind of. it creates/admin/pages/1
)I assume if word
pages
is included code thinks it astop most root
Generouted Version
"@generouted/react-router": "1.20.0",
Your Example Website or App or Reproduction
https://stackblitz.com/edit/vitejs-vite-ues6zmuv?file=src%2Fpages%2Fadmin%2Fu_pages%2Findex.tsx
Steps to Reproduce the Bug or Issue
src/pages/admin/pages/index.tsx
Expected Behavior
separate
src/pages/admin/pages/index.tsx
fromsrc/pages/index.tsx
Screenshots or Videos
No response
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: