Morning! I was running self hosted version through coolify and hetzner, until EU version is live, and am having trouble with better-auth setup. Basically the auth-routes are mismatching and the setup apparently needs to have /http included in the site_url as mentioned here (but for fly.io deployment) https://stack.convex.dev/self-hosted-develop-and-deploy. When added, the session works, but jwt token fetching fails. Also, cant find any other place where this "/http" hack is mentioned. Not even on better-auth convex selfhost docs https://www.better-auth.com/docs/integrations/convex#set-environment-variables Any idea what i am doing wrong here?
Learn how to self-host Convex, the reactive database and backend. This guide covers setup with Docker, Fly.io, and Neon.tech, plus pros and cons of se...