You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm experiencing frequent and weird errors related to connecitng to my Supabase instance from my Flutter app.
Some examples:
ClientException: Can't assign requested address
SocketException: Failed host lookup: 'DOMAIN.supabase.in' (OS Error: No address associated with hostname, errno = 7)
Connection closed before full header was received
SocketException: Connection timed out (OS Error: Connection timed out, errno = 110), address = DOMAIN.supabase.in, port = 39244
ClientException: Bad file descriptor
ClientException: Operation timed out
I'm completely in the dark about what, and have the feeling that it is not my code which, causes this. Anyone with some insights into this or that can help me?