-
-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to send a request to the Edge Function #12293
Comments
@gaodeng do you have any more information you can add, e.g.
If you're not able to share this information publicly, please click Help > Contact support in your project dashboard. Thanks. |
Intermittent Issues: We've been experiencing issues with Supabase Edge Functions that seem to occur intermittently, regardless of the user's physical location or network connectivity. This has led us to believe that the issue is not related to local network conditions. Multiple Edge Functions Affected: While these issues are occurring, we have noticed that other Supabase APIs are functioning normally. However, it's not just one specific Edge Function that is experiencing issues. In fact, multiple Edge Functions are experiencing the same problems. This suggests that the issue may be related to Supabase infrastructure or platform-wide changes. As a workaround to address the issue, we have decided to migrate and replace all Edge Functions. I previously reached out through the dashboard, but I didn't receive a response, Could you please check if you can find my previous message through the dashboard |
@gaodeng I'm afraid I'm not able to locate your ticket with your GitHub profile information. Could you help me by providing your project reference? |
Did you end up finding a solution to this one? If so, please explain how you were able to achieve it. |
I experience the same issue, some requests, around 10% just fail with this error, different locations, different functions, different time, it's especially painful to see that users cannot subscribe to premium because of it |
Same here... |
Also having the same issue, very scary that edge functions can just arbitrarily not work |
The very likely reason for the problem is that you are using http protocol. Possible solutions:
|
Recently launched a product on Supabase and having this problem too. Just as others have mentioned, pretty much arbitrary failures with no obvious pattern. @yuriyyakym You're providing a fix for edge functions running locally in a docker container while developing. Most people here have this problem in production with the real supabase API. Interestingly enough, it doesn't happen with the development env on my local machine. |
+1 on this, I really wish these errors gave some more information. Incredibly hard to debug this right now. |
Could it be that Cloudflare blocks some of the requests for some reason? 🤔 |
same issue here |
Why is the edge function so unstable? Almost more than half of the calls report an error
"Failed to send a request to the Edge Function"
The text was updated successfully, but these errors were encountered: