Authentication with Docker Self-hosted Instance of Convex
Authentication with self-hosted is a pain in the ass. I have tried everything only to end up with same result. Cookies and/or localstorage entries get generated for the authenticated user but the backend does not recognize any of that and I keep getting null for the current authenticated user. I have tried convex-auth and convex-better-auth, Authenticated and Unauthenticated components does to recognize the logged in user as well.

0 Replies