File based nested routes not working as expected
I'm trying to load pages with dynamic routes.
Here is my router structure.
1. _private->projects->$projectId
2. _private->projects->$projectId->cards->$cardId
Always loading 1st router when trying to navigate to 2nd router. Is there any work around for this?
Thanks
Here is my router structure.
1. _private->projects->$projectId
2. _private->projects->$projectId->cards->$cardId
Always loading 1st router when trying to navigate to 2nd router. Is there any work around for this?
Thanks