Expo + Stripe doesn't work

Hi! I'm trying to integrate expo and stripe with each other. I've encountered problem that after authClient.subscription.upgrade with status 200, it doesn't redirect to billing page neither or android or ios. Any idea? Maybe I'm missing smth?
(all deps for expo are installed properly)


Logs:
 LOG  {"init": {"baseURL": "http://localhost:3000/api/auth", "body": "{\"plan\":\"pro\",\"successUrl\":\"/(tabs)\",\"cancelUrl\":\"/subscription-upgrade\"}", "credentials": "omit", "customFetchImpl": [Function customFetchImpl], "headers": {"map": [Object]}, "jsonParser": [Function jsonParser], "method": "POST", "onSuccess": [Function onSuccess], "plugins": [[Object], [Object], [Object], [Object]], "query": undefined, "signal": {}, "url": "http://localhost:3000/api/auth/subscription/upgrade"}, "input": "http://localhost:3000/api/auth/subscription/upgrade"}
 LOG  {"_bodyBlob": {"_data": {"__collector": [Object], "blobId": "24A13761-16B2-4AC6-9389-E2705C0062FF", "name": "upgrade.json", "offset": 0, "size": 2714, "type": "application/json"}}, "_bodyInit": {"_data": {"__collector": [Object], "blobId": "24A13761-16B2-4AC6-9389-E2705C0062FF", "name": "upgrade.json", "offset": 0, "size": 2714, "type": "application/json"}}, "bodyUsed": false, "headers": {"map": {"content-length": "2714", "content-type": "application/json", "date": "Mon, 08 Sep 2025 14:01:54 GMT"}}, "ok": true, "status": 200, "statusText": "", "type": "default", "url": "http://localhost:3000/api/auth/subscription/upgrade"}
Was this page helpful?