Needle
05/02/2022, 6:56 PMGlockstrap
05/02/2022, 9:21 PMsticks
05/03/2022, 1:38 AMjs
const { data1, error1 } = await supabase
.from('activationkeys')
.select("*")
.eq('key', body.activationKey)
Used to fetch if there is a key in supabase. No matter what I do, no data is returned at all. Any ideas on when this would happen?DJPaul
05/03/2022, 10:16 AMbariqhibat
05/03/2022, 10:42 AMdocker-compose up
fine, but met with this issue when accessing localhost:4000
. Anyone aware of the issue? Thanks!stelofo
05/03/2022, 10:57 AMvictorwhiskey
05/03/2022, 12:42 PMlimzee
05/03/2022, 1:47 PMKickNext
05/03/2022, 4:19 PMEmixam
05/03/2022, 6:30 PMNeedle
05/04/2022, 7:45 AMDanMossa
05/04/2022, 7:46 AMlogemann
05/04/2022, 12:35 PMxephyr
05/04/2022, 3:35 PM@supabase/supabase-auth-helpers
in a transitionary state (read: "Please do not use it" state) from an old implementation to new at the moment? Looks like we can't use withMiddlewareAuthRequired
at all because it depends on APIs that don't exist in the NextJS Edge Runtime (https://nextjs.org/docs/api-reference/edge-runtime), e.g. `Buffer`:Scooby-Doo
05/04/2022, 4:26 PMnoidols
05/04/2022, 4:50 PMrid
05/04/2022, 6:22 PMisaac-mcfadyen
05/04/2022, 9:49 PMcurl
to access my data. However even a direct copy-paste of the command (with anon key) still returns an empty array. Is there anything else I need to do to enable the REST API?Jenaro Calvino
05/05/2022, 2:05 AMError: P1001 Can't reach database server at...
even when trying from Beekeeper Studio, I had turned off connection pooling and turned it back on in an attempt to fix a 's3' already exists issue, which I don't find it to be very clear on the Prisma/Supabase docs (this was happening on a regular user create query), anyways, now I'm not able to reach the server 😭
Also I know passwords are not supposed to have any special cahrs, mine doesn't have anyscon
05/05/2022, 6:16 AMEpailes
05/05/2022, 8:29 AMJenaro Calvino
05/05/2022, 1:22 PMprepared statement "s0" already exists
I understand this has something to do with connection pooling and pgBouncer, since I am working on a remix project that's being hosted on netlify but as far as I understand my connection string doesn't have the pgbouncer query param in it, also I've tried to change the connection pooling settings but it hasn't helped.limzee
05/05/2022, 1:34 PMAmusedGrape
05/05/2022, 2:31 PM#
) instead of a query param tag (?
). is there a way I can fix this, where I can set the tag or something? thanks!bjorgen
05/05/2022, 3:30 PMbrandymarsh
05/05/2022, 4:18 PMApe R Us
05/05/2022, 7:38 PMsamjmck
05/05/2022, 8:26 PMSTUDIO_PG_META_URL
and SUPABASE_URL
in the environment variables for the Supabase Studio be pointing to the internal or public URL? e.g. for SUPABASE_URL
https://supabase.test.com
or http://kong:8000
jpsimons
05/05/2022, 9:46 PMerror: Module not found "file:///home/deno/functions/_shared/cors.ts".
adubz
05/05/2022, 11:34 PM