Handshake error for some users #143
Replies: 5 comments 23 replies
-
Based on: at Supabase.Functions.Client.HandleRequest (System.String url, System.String token, Supabase.Functions.Client+InvokeFunctionOptions options) [0x001e3] in <3e0c6dc7a762481390541dccc1ca3c02>:0
at Supabase.Functions.Client.Invoke (System.String functionName, System.String token, Supabase.Functions.Client+InvokeFunctionOptions options) [0x00093] in <3e0c6dc7a762481390541dccc1ca3c02>:0 It looks like it could be an issue with a supabase function that's being called... |
Beta Was this translation helpful? Give feedback.
-
My two cents - either there is something weirdly wrong with the Unity TLS (eg the stuff in an earlier post) or there is something weird about the incoming data interacting with the function. At this point I think you're looking at having to figure out either how to recreate using deeper and deeper logging to get every scrap of input and output and/or attaching a debugger to a test server. I'm leaning toward it not being the Unity TLS stuff as it would presumably affect other things, but if it's only this one function that points to something about the function and the data. |
Beta Was this translation helpful? Give feedback.
-
So the people that are having an issue are accessing the edge function from a different region than what the database is on. So supabase's suggestion is to set the region for it in the headers during the invoke call. https://github.com/orgs/supabase/discussions/12613 |
Beta Was this translation helpful? Give feedback.
-
Oof, turns out it is a bug in Unity TLS. Someone forgot to put @UnityAlex I assume you work for Unity, so you might want to fix this in their repo. |
Beta Was this translation helpful? Give feedback.
-
Oh no! Yes I do work for Unity. If someone could submit a bug to us I would be happy to investigate and fix. |
Beta Was this translation helpful? Give feedback.
-
My team has found an issue where authorization with supabase gets a handshake error but we are having a hard time reproducing. The two people that have had the issue are both on Mountain time...which leads me to think it may be a time zone issue. I have tried using a VPN to reproduce the issue but with no luck. The users with the issue are able to get around it if they use a VPN. Here is the error we get:
Beta Was this translation helpful? Give feedback.
All reactions