https://supabase.com/ logo
Join Discord
Powered by
# off-topic
  • h

    HarryET

    04/01/2022, 7:15 PM
    Yeah, my gotrue is having a similar problem
  • h

    HarryET

    04/01/2022, 7:16 PM
    Appears to be a kong issue 😦
  • h

    HarryET

    04/01/2022, 7:16 PM
    @User is this on the Supabase side or a mis-config?
  • d

    drex

    04/01/2022, 7:17 PM
    oh is there any other company has a HS internship program for this summer
  • h

    HarryET

    04/01/2022, 7:18 PM
    probably lots, google it.
  • d

    drex

    04/01/2022, 7:26 PM
    ah alr i'll check it out
  • r

    Revxrsal

    04/01/2022, 7:47 PM
    o/ opinions? the kotlin client out there seemed old and i wasn't really fond of its design or dependency size
  • y

    YANN

    04/01/2022, 9:43 PM
    Hello there, i've just seen the edge functions, it looks like a great feature. Let's say I dont have a usecase for edge functions, can I deploy (self host) my supabase infra without it ?
  • g

    garyaustin

    04/01/2022, 10:13 PM
    The edge functions don't really run on the Supabase core infrastructure so don't think you'll run into anything. There is some management in the dashboard, but not even sure that is in a local install. There is a new client library functions.js for making calls, that you can ignore.
  • m

    MDobs

    04/01/2022, 10:15 PM
    is there documentation for realtime broadcast and the other new features?
  • g

    garyaustin

    04/01/2022, 10:31 PM
    I think realtime broadcast is still a bit in the future based on this tweet: https://twitter.com/supabase/status/1509999719031918602 Talks about signing up for early access. Edge Functions have a guide already. Pg_graphql https://supabase.github.io/pg_graphql/ .
  • m

    mikeanth

    04/01/2022, 11:04 PM
    Is there any way i can use postgres triggers to trigger an edge function? The workflow i have currently in my app is that my function is living inside a container and listening to insert events in a specific table via realtime. Can i simply migrate that function to a supabase edge function and then use a postgres trigger to run it?
    g
    j
    • 3
    • 11
  • l

    Lukas

    04/02/2022, 1:31 AM
    Does anyone know how I can enable this for my app?
  • m

    mikeanth

    04/02/2022, 7:57 AM
    Do Supabase functions implement some form of queueing? For example, say I have a function that is relatively compute/time costly, and the way I expect my app to run is that these jobs will come in batches, not one at a time. So, if 20 of these jobs come in at a time, does supabase have any functionality to just queue them, or run like only 2 or 4 in parallel?
  • p

    productdevbook

    04/02/2022, 8:56 AM
    Copy code
    id         String   @id @default(dbgenerated("extensions.uuid_generate_v4()")) @db.Uuid
    how to used prisma uuid 4 ?
  • b

    BigDoofus

    04/02/2022, 10:12 AM
    I'm trying to upload an image into a supabase bucket and get this error.
    Copy code
    {
      "statusCode": "42501",
      "error": "",
      "message": "new row violates row-level security policy for table \"objects\""
    }
    My bucket is public, so shouldn't anyone be able to access it?
  • b

    BigDoofus

    04/02/2022, 10:35 AM
    Tried adding RSL, so anon can select, insert, update and delete and seem to run into the same issue with uploadinh.
    g
    • 2
    • 14
  • h

    HarryET

    04/02/2022, 11:08 AM
    Yeah the self-hosted version dosen't have the functions gui stuff in studio
  • h

    HarryET

    04/02/2022, 11:18 AM
    Prisma has uuid helpers itsself - look at their docs
  • b

    BigDoofus

    04/02/2022, 12:06 PM
    Hmm, this is driving me a bit insane. I've looked at a few tutorials and seems like my RLS is on par with what's been done but seems to get upload errors.
  • m

    mikeanth

    04/02/2022, 12:41 PM
    Is there currently any way to deploy a self hosted version of supabase using MinIO for the storage backend?
  • g

    garyaustin

    04/02/2022, 12:59 PM
    Storeqge RLS
  • d

    dmailloux

    04/02/2022, 2:07 PM
    How are you guys handling keeping your environments in sync (dev, test, prod)?
    s
    • 2
    • 2
  • s

    silentworks

    04/02/2022, 2:20 PM
    Managing environments
  • r

    ryanjewsbury

    04/02/2022, 4:36 PM
    did you ever find an answer for this?
  • d

    DanMossa

    04/02/2022, 4:39 PM
    No :)
  • r

    ryanjewsbury

    04/02/2022, 4:46 PM
    If your still wondering, I seem to have an answer here: https://github.com/supabase/supabase/discussions/6268
  • d

    DanMossa

    04/02/2022, 4:49 PM
    Dude thank you
  • r

    ryanjewsbury

    04/02/2022, 5:04 PM
    No worries fella, bit of a shame, because the unlimited api requests at first glance felt a bit misleading. But like Gary said in the Q&A its supabase saying they don't charge per api request, but there is a limit. 50GB seems like it should be a lot though in the paid example... Anyway good luck! πŸ™‚
  • k

    kleak

    04/02/2022, 5:13 PM
    So sad there is no plan with just the free plan and then pay as you go like firebase 😒
1...208209210...392Latest