Can a Supabase write succeed even if the client gets "Network request failed"?
Hi team,
In a React Native app, we sometimes get "TypeError: Network request failed"
with no HTTP response from Supabase.
Is it possible that the request already reached Supabase/Postgres and committed,
but the client failed before receiving the response?
We're asking because we're seeing potential duplicate writes when retrying.
Any clarification would be appreciated.
In a React Native app, we sometimes get "TypeError: Network request failed"
with no HTTP response from Supabase.
Is it possible that the request already reached Supabase/Postgres and committed,
but the client failed before receiving the response?
We're asking because we're seeing potential duplicate writes when retrying.
Any clarification would be appreciated.