drod1107 / next-fresh-crm

The fastest, easiest, lightest weight CRM in Next JS 14, built on lessons working with NextCRM
https://next-fresh-crm.vercel.app
0 stars 0 forks source link

BUG - New auth sign in on every page view #2

Closed drod1107 closed 1 month ago

drod1107 commented 1 month ago

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.

drod1107 commented 1 month ago

CLOSED: OBE

Could not reproduce in production - does not reproduce now after bugfix 3 merge.

Closing as overcome by events.