TanStack / router

🤖 Fully typesafe Router for React (and friends) w/ built-in caching, 1st class search-param APIs, client-side cache integration and isomorphic rendering.
https://tanstack.com/router
MIT License
8.32k stars 667 forks source link

Not navigating properly even the url path is existing `Invariant failed: Could not find an active match from "/(authenticated)/_authenticated/(dashboard)/_dashboard/dashboard/(teams)/teams/$id/settings" #2768

Open moshOntong-IT opened 2 weeks ago

moshOntong-IT commented 2 weeks ago

Which project does this relate to?

Router

Describe the bug

I am trying to navigate this http://localhost:4323/dashboard/teams/cm3ilux6u00025xf3jyjarsve/info but the error is Invariant failed: Could not find an active match from "/(authenticated)/_authenticated/(dashboard)/_dashboard/dashboard/(teams)/teams/$id/settings" Why it message /$id/settings? I did not even go to that page Recorded

Your Example Website or App

https://drive.google.com/file/d/1ujEYMbOPkHJM-Gz0h647Tq5XAML6wMf9/view?usp=sharing

Steps to Reproduce the Bug or Issue

Just locate the page I recored

Expected behavior

It should be redirected to my destined path since it exist and I even use the devtool it exist actually

Screenshots or Videos

https://drive.google.com/file/d/1ujEYMbOPkHJM-Gz0h647Tq5XAML6wMf9/view?usp=sharing

Platform

Additional context

No response

SeanCassiere commented 2 weeks ago

@moshOntong-IT please attach a reproduction of the issue. Without a reproduction, we cannot locate the issue.


Also, please make sure that,