diff --git a/frontend/src/routes.ts b/frontend/src/routes.ts index 4e1ba0169..265c64649 100644 --- a/frontend/src/routes.ts +++ b/frontend/src/routes.ts @@ -390,6 +390,8 @@ const organizationRoutes = route("/organizations/$orgId", [ ) ]), route("/networking", "organization/NetworkingPage/route.tsx"), + + // Added these dummy routes to avoid errors when navigating from the organization-redirect and project-redirect route("/projects/$", ""), route("/$", "") ]);