-
-
Notifications
You must be signed in to change notification settings - Fork 262
Open
Labels
bugSomething isn't workingSomething isn't working
Description
When debugging Expo apps on web, the better-auth client silently fails because expo-secure-store is not supported in browsers.
This causes oRPC requests to fail silently when preparing cookies via better-auth client - fetch requests don't even appear in the Network tab.
Fix: Use window.localStorage as a fallback when Platform.OS === "web".
AmanVarshney01
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working