Does Supabase Cache responses for Edge Functions?
I have a function that is supposed to return different column fields based on certain conditions. For example if A is True and no input for B. When I put an input for B it continues to return it sometimes, or if it correctly stops returning it. Then I go into the database and manaully delete the input of B it will continue to not return it.
The only thing I can think of is some caching issue
The only thing I can think of is some caching issue