Currently all page views require sign in, even if user was already signed in on previous screen. Noticed this when logging in for the first time in dev.
Current Dev branch steps to repeat:
Serve at 3000
Redirects to auth flow for Clerk
"Log in with Google" automatically pulls current chrome user
Redirects to Home view
Click on "Contacts"
Redirects to auth flow for Clerk again, although user should be signed in.
Currently all page views require sign in, even if user was already signed in on previous screen. Noticed this when logging in for the first time in dev.
Current Dev branch steps to repeat: Serve at 3000 Redirects to auth flow for Clerk "Log in with Google" automatically pulls current chrome user Redirects to Home view Click on "Contacts" Redirects to auth flow for Clerk again, although user should be signed in.