Supabase request failing on iOS 18.4 (iOS Simulator) #35943
Replies: 13 comments
-
|
Why is this marked as completed? Is there an update that fixes this? |
Beta Was this translation helpful? Give feedback.
-
|
It's not a supabase issue. It was an IOS Simulator Bug. Apple Support confirmed |
Beta Was this translation helpful? Give feedback.
-
Do we have a link to Apple where they confirm this bug? |
Beta Was this translation helpful? Give feedback.
-
|
Can somebody link to the bug with Apple? This was driving me insane. My simulator was just randomly refusing to load assets from supabase storage buckets. Lost a ton of time debugging what I thought was an issue with my app after upgrading to expo53 / react native 0.79 / new architecture, until I realized the sim just wasn't connecting to supabase buckets. |
Beta Was this translation helpful? Give feedback.
-
|
Downgrade the iOS simulator to 18.3. Everything works fine on 18.3, definitely a bug with 18.4 simulator. |
Beta Was this translation helpful? Give feedback.
-
|
Eugh this has been causing me a headache for too long. Thanks for the tip to downgrade the simulator to 18.3...worked a treat. @evelant @alfjesus there is a post here with some more details....https://developer.apple.com/forums/thread/777999 |
Beta Was this translation helpful? Give feedback.
-
|
Hi all, I'm going to move this over as a discussion as its not a supabase bug by the looks of it. Thanks all for your help on this one. |
Beta Was this translation helpful? Give feedback.
-
|
Same problem tested 18.3, 18.2 ios simulator. "expo": "~53.0.10", |
Beta Was this translation helpful? Give feedback.
-
|
If anyone is still seeing this error, upgrading the iOS Simulator to 18.5 seems to fix it. (You'll probably need to upgrade Xcode to install it) |
Beta Was this translation helpful? Give feedback.
-
|
Correct, upgrading works- it was insane for me to find this after a day of thinking it was my own fault. I was trying to upload an image to Supabase storage, and this just didn't come up for a while in searches. |
Beta Was this translation helpful? Give feedback.
-
|
upgrading to ios 18.6 fixed it for me |
Beta Was this translation helpful? Give feedback.
-
|
Yep, upgrading to iOS 18.6 works for me. Don’t waste time, just try it on an iOS simulator version other than 18.4. |
Beta Was this translation helpful? Give feedback.
-
|
i still have this error today on ios 26 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Supabase Requests Fail on iOS Simulator After Upgrading to Expo SDK 52
Also Reported On: Supabase Discussion #35041
Description
After upgrading my React Native project to Expo SDK 52, all Supabase-related requests began failing on the iOS Simulator (iPhone 16, iOS 18.4). These requests were functioning correctly on Expo SDK 51, and no changes were made to the Supabase-related code.
Environment
@supabase/supabase-js@^2.49.4Issue Scope
All Supabase network requests fail, including:
auth.signInWithPasswordError Messages
AuthRetryableFetchError: Network request failedTypeError: Network request failedFunctionsFetchError: Failed to send a request to the Edge FunctionNotes
Supabase Client Configuration
Beta Was this translation helpful? Give feedback.
All reactions