pulgueta_P
Convex Community5mo ago
2 replies
pulgueta_

Better-Auth unusable

I'm trying to setup convex with better-auth but it's been such a pain to setup such an easy library as better-auth.

Bun version: 1.3
Rslib version: 1.5.17
Packages and versions:
// apps/convex
"dependencies": {
    "@better-auth/expo": "1.3.28",
    "@convex-dev/better-auth": "^0.9.6",
    "better-auth": "1.3.28",
    "convex": "^1.28.0",
    "expo-secure-store": "^15.0.7",
}
// apps/web
"dependencies": {
    "@convex-dev/better-auth": "^0.9.6",
    "@convex-dev/react-query": "^0.0.0-alpha.11",
    "@panabarbero/convex": "workspace:*",
    "@tanstack/react-devtools": "^0.7.7",
    "@tanstack/react-query": "^5.90.5",
    "@tanstack/react-router": "^1.133.13",
    "@tanstack/react-router-devtools": "^1.133.13",
    "@tanstack/react-router-with-query": "^1.130.17",
    "convex": "^1.28.0",
  },


Errors received so far:
image.png
image.png
image.png
image.png
Was this page helpful?