ak11
Explore posts from serversBABetter Auth
•Created by ak11 on 4/29/2025 in #help
Offline support for expo apps
so i'm building an expo app that is to be built on iOS, android as well as to be deployed on the web. i moved away from clerk seeing they've not made enough progress in heir offline support. i need guidance on what to do. i'm tring to build a local first business management tool and one of my requirements is that iw ould want to be able to open my application without necessarily having an internet connection. i thought with the sessions being stored on the user device using expo-securestore i thought that would be a possibility, but it's not. please your help would be very much appreciated
7 replies
BABetter Auth
•Created by ak11 on 4/14/2025 in #bug-reports
BetterAuth+Prisma given Too many Connections error
Hey, i've been having an issue with better auth. i tend to get too many connections error
and i normally don't get this before
Versions are "@better-auth/expo": "^1.2.6-beta.8",
and
"better-auth": "1.2.6-beta.6",
Auth.ts
Prisma/db.ts
36 replies
BABetter Auth
•Created by ak11 on 4/13/2025 in #bug-reports
Google oauth not redirecting
Everything worked ok before. I had an issue working with google auth on iOS in previous thread. Now I’m back on web and notice when I click my sign in with google button nothing seems to happen. Before it would redirect to .
Now it does nothing. I tried logging g for errors but no error
Relevant code
useGoogleSignIn.ts
Sign-in.tsx
Package version
Video of log would be attached
6 replies
BABetter Auth
•Created by ak11 on 4/12/2025 in #bug-reports
Invalid Callback URL on expo IOS when doing Google oauth
Hello everyone,
I’m trying out Better Auth and I’m running into an issue with my google oauth.
Error:
package version:
Relevant code:
app.json
auth.ts
authClient.ts
Sign-in.tsx
Behaviour:
Web: works as expected
On iOS (and android I guess): throws error relating to the scheme
Please can someone help me out. I would very much appreciate
14 replies
TTCTheo's Typesafe Cult
•Created by ak11 on 3/25/2025 in #questions
expo web uploadThing error
hello everyone. was trying out uploadthing for my expo project which i'm building for both native and web. when i use the useDocumentUploader, every works fine on mobile. on web i get an error where i was advised to report it, cause it's hindering me from successfully uploading a file.
. Any help on this would be very appreciated
4 replies