Routing

We use the Next.js App Router

  • If a user is not logged in, they will see the landing/login page when visiting nounspace.com/.

  • If a user signs up/logs in without a redirect URI, they are routed to their Homebase.

Last updated