pulgueta_
pulgueta_3w ago

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",
},
// 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:
No description
No description
No description
No description
2 Replies
pulgueta_
pulgueta_OP3w ago
Also got stuck into an infinite loading state where convex never resolves the query, although there's data
No description

Did you find this page helpful?