Mykyta Chernenko
Mykyta Chernenko
encounter the same issue, it essentially doesn't allow me to copy 'chart.js' library as it treats the to as a file
Hi, I need it for my use-case because selecting it in runtime is not productive enough, are there any plans to release the functionality?
@kangmingtay I use self-hosted version of gotrue i have nginx that serves my react client on domain.com, and it also redirects all requests from domain.com/api/auth to gotrue when I specify...
I have exactly the same issue, around 2% of the requests fail with this error. I've been talking with the support for a month but they haven't managed to resolve...
> We try to figure out the causes for these intermittent failures. But these request failures can happen due to multiple reasons: > > * Your client's firewall blocking requests...
~~unfortunately and surprisingly, this is the whole stack, I don't get anything else.~~ UPD sorry, my bad, forgot to rethrow, here is the whole stack. [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: Error on...
> I think you have to use : `await supabase.from('profile').select().eq('id', 'gibberish').maybeSingle();` It's possible temporary solution but with 30 .single() queries in prod, it was almost impossible to debug the first...
> @Mykyta-Chernenko @allipiopereira Hmm, I am unable to reproduce this issue. When I use `.single()` and query in a way that it returns 0 rows, I get the following error....
> Anyone facing this issue, would you be able to let me know what version of PostgREST you are running on the Supabase instance? Auth version 2.152.1 PostgREST version 12.0.2...
> Hmm, I aligned the PostgREST version, but am still unable to reproduce the issue. > > Is anyone willing to share their Supabase URL and Anon key so that...