TanStackT
TanStack3mo ago
1 reply
then-purple

Invariant failed: Could not find an active match from "/register"

What am I looking out for here?

I have (authenticated) and (auth-pages) routes.

in (auth-pages) i have /register.tsx

I register the route like:

export const Route = createFileRoute("/(auth-pages)/register")({


When I navigate I recieve:
Invariant failed: Could not find an active match from "/register"
Was this page helpful?