Better-auth + convex 404
I integrated better auth with convex and exposed better-auth routes via httpRouter for api calls. Even through they are visible in convex functions dashboard, I'm still getting 404 and I do not understand what the issue is(Convex url in frontend is correct)

2 Replies

The request url should be hitting your site url (ends in convex.site) rather than your cloud url (ends in convex.cloud). You should have a baseURL set on either your authClient or your server Better Auth config (but not both) - that's likely where the incorrect url is being set.
Also feel free to ask questions about this in #better-auth