How I Self-Host Convex
I'm far from an expert, but I took a stab at getting a self-hosted instance of convex up and made a short video about how I did it. TL;DR version is follow the Convex docs cause they on point, but for any that prefer a visual demonstration you might find this helpful.
https://www.youtube.com/watch?v=lFn27k58VkY

1 Reply
Your youtube video(s) is how I got into Convex (self-hosting) and I have been hooked since then. I have been trying to do authentication with docker self-hosted instance of convex for two weeks. I have tried convex-auth and convex-better-auth with same result. Local Storage entries are generated in the browser for the logged in user but the convex backend does not recognize the current user, I keep getting null. Any tips or guide?