https://supabase.com/ logo
Join Discord
Powered by
# help
  • s

    silentworks

    07/31/2021, 5:17 PM
    Is this on specific requests or just all requests?
  • n

    NicoNico

    07/31/2021, 5:23 PM
    @User - this is on all requests at the moment, i.e. I haven't been able to successfully sign up a user
  • n

    NicoNico

    07/31/2021, 5:23 PM
    I tried this: https://github.com/supabase/supabase/issues/1479
  • n

    NicoNico

    07/31/2021, 5:23 PM
    but that didn't seem to help
  • s

    silentworks

    07/31/2021, 5:23 PM
    Yeah I just noticed this too, let me see if I can get someone to look at it
  • s

    silentworks

    07/31/2021, 5:25 PM
    Actually lets just ping @User in here, looks like the servers are giving wrong response
  • n

    NicoNico

    07/31/2021, 5:28 PM
    thanks @User
  • b

    burggraf

    07/31/2021, 5:34 PM
    @User can you create a thread please and fill me in on the issue you're having?
  • s

    silentworks

    07/31/2021, 5:36 PM
    Getting server error from all API calls
  • f

    Flyken

    07/31/2021, 6:09 PM
    does anyone here know how to disable next.js image optimization?
  • s

    Samin

    07/31/2021, 6:23 PM
    I'm trying to run this UPDATE query in Python but it's not working
    Copy code
    supabase.table("jobs").update({"startedAt": datetime.now()}).match({id:1})
  • s

    Samin

    07/31/2021, 6:23 PM
    The error is
    Copy code
    AttributeError: 'FilterRequestBuilder' object has no attribute 'match'
  • d

    DharmaraJ

    07/31/2021, 6:33 PM
    The first supabase project I had created had many tables
  • d

    DharmaraJ

    07/31/2021, 6:33 PM
    storage, auth_logs and all
  • d

    DharmaraJ

    07/31/2021, 6:33 PM
    this 2nd one has none
  • d

    DharmaraJ

    07/31/2021, 6:34 PM
    Are those created after any certain events?
  • t

    test12

    07/31/2021, 7:33 PM
    Can't reach database server at `33_w`:`5432` Please make sure your database server is running at `33_w`:`5432`.
  • s

    Scott P

    07/31/2021, 7:37 PM
    You're going to have to expand with some more details of what you're doing and how
  • t

    test12

    07/31/2021, 7:38 PM
    npx prisma introspect used and problem
  • s

    Scott P

    07/31/2021, 7:44 PM
    Make sure you've configured the connection URL correctly: https://www.prisma.io/docs/concepts/components/introspection#the-prisma-introspect-command
  • t

    test12

    07/31/2021, 7:45 PM
    yes some setting but problem
  • k

    Kosh

    07/31/2021, 7:50 PM
    Hi folks, is there a better way declaring constants in postgres? I tried plpgsql but couldn't really read the value using
    select
    so i went ahead with something i know
    Copy code
    create or replace function bolts_id() returns uuid as $$
      select '7d59b44d-8db0-47e1-b7b4-c3bf22cf22e1'::uuid;
    $$ language sql;
    but definitely looking for improvements here.
  • t

    test12

    07/31/2021, 7:53 PM
    my password used @ used :/ prisma say
    Indeed, please make sure special characters like # or @ are percent encoded.
    how to change ?
  • s

    Scott P

    07/31/2021, 7:58 PM
    @
    =
    %40
    . https://www.urlencoder.org/
  • b

    burggraf

    07/31/2021, 10:16 PM
    Hi @User! Thanks for helping out here. We really appreciate it. Just one request -- can you start threads for these issues when you first jump in? That way others can join in and help, and the topic won't get lost among all the traffic in here as we grow. I love to jump into these issues and help out (when I can) and having a focused thread makes that much easier. Again -- thanks -- you rock!
  • p

    peacefulpork

    07/31/2021, 10:27 PM
    Hi folks. I am looking in to using Prisma for my ORM with supabase. I would love to use supabase auth (now that MFA is coming as it's a requirement for my project) + RLS, the problem is I can't find any documentation on how to add auth data to my public tables that Prisma can interact with. I see a few GH issues like this one https://github.com/supabase/supabase/issues/1502 but the linked pages don't seem to have the answers anymore. Is anyone using Prisma + Supabase auth? Are you using triggers to copy data from the auth table?
  • s

    Scott P

    07/31/2021, 10:29 PM
    Sure - I'm creating threads for things that might be a longer discussion (think I've opened ~11 so far), but the more people create threads, the better it will be
  • u

    user

    08/01/2021, 12:23 AM
    So can anyone help me with the Python API?
  • f

    Flyken

    08/01/2021, 2:36 AM
    anyone got any clue on why this is happenning?????

    https://i.imgur.com/K3wBscv.gif▾

    it happens with multiple different stuff
  • f

    Flyken

    08/01/2021, 2:37 AM
    i have transition on that div, idk why its doing that
1...293031...316Latest