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

    kyrelldixon

    08/28/2021, 4:51 PM
    same for me
  • k

    kennethcassel

    08/28/2021, 5:12 PM
    Anyone else seeing
    ERROR: duplicate key value violates unique constraint \"refresh_tokens_pkey\"
    in your Auth logs when using email signup now? just started showing up on our end. We have two db's and the only difference between the two seem to be the one that works requires emails confirmation, and the one giving us this error requires email confirmations. We want to disable email confirmation but the save button isn't working (like a few folks have mentioned above)
  • k

    kennethcassel

    08/28/2021, 6:40 PM
    ^ i was able to disable email confirmation but still getting this issue
  • s

    silentworks

    08/28/2021, 7:09 PM
    To get someone to look into this try using the feedback widget inside the dashboard to report the issue or email support@supabase.com.
  • k

    kyrelldixon

    08/28/2021, 7:13 PM
    We were able to figure out the issue. The refresh token sequence was referencing old ids, so we just dropped all the refresh tokens and that solved it.
    s
    • 2
    • 3
  • a

    assistattow

    08/28/2021, 10:20 PM
    How would I go about deleting a user from the auth table in flutter?
  • b

    burggraf

    08/29/2021, 12:52 AM
    Is this not ported to the flutter library yet? https://supabase.io/docs/reference/javascript/delete-user
  • m

    MicahBurnside

    08/29/2021, 1:01 AM
    I'm having trouble deleting a user as well. I'm not sure what to feed into the API Request. The response said that the user did not exist. My JSON object: { "email" : "user@email.com" }
    b
    • 2
    • 5
  • s

    silenth

    08/29/2021, 1:19 AM
    I keep getting this error when trying to invite people using the "invite" button on the Authentication users tab, I have tried using multiple different emails, could anyone help with this?
  • b

    burggraf

    08/29/2021, 1:30 AM
    Delete user
  • t

    tinjaw

    08/29/2021, 2:09 AM
    I just came here for the same reason
  • t

    tinjaw

    08/29/2021, 2:09 AM
    And this is the first time ever for me, trying this
  • t

    tinjaw

    08/29/2021, 2:09 AM
    so it confused me
  • s

    silenth

    08/29/2021, 2:09 AM
    Yeah I still haven't found out why
  • s

    silenth

    08/29/2021, 2:09 AM
    also my first time
  • t

    tinjaw

    08/29/2021, 2:10 AM
    Let’s send up a flare. Help @burggraf @User
  • b

    burggraf

    08/29/2021, 2:25 AM
    I am getting this too right now. It’s a problem on our end. @User might be able to help with this. He’s the auth guru!
  • a

    Aast

    08/29/2021, 2:26 AM
    I am unable to do email signups. I am seeing this log in the auth settings:
    time="2021-08-29T02:24:15Z" level=error msg="500: Error sending confirmation mail" component=api error="Error sending confirmation email: gomail: could not send email 1: 554 Message rejected: Sending paused for this account. For more information, please check the inbox of the email address associated with your AWS account." method=POST path=/signup referer= remote_addr="76.70.78.237:42422" request_id=0c3144e3-6da6-42d3-be9a-c8cd6168a55e
  • a

    Aast

    08/29/2021, 2:27 AM
    Also disabling email confirmations is impossible. The toggle in the dashboard is unresponsive
  • t

    tinjaw

    08/29/2021, 2:32 AM
    I picked the wrong night to work on a last minute priority project. LOL
  • b

    burggraf

    08/29/2021, 2:51 AM
    https://github.com/supabase/supabase/issues/2983
  • b

    Biondi Bagasta Wiko Putra

    08/29/2021, 3:05 AM
    same i got this error too while using IONIC angular.....
  • b

    burggraf

    08/29/2021, 3:07 AM
    Our engineers are working on this now.
  • j

    jon.m

    08/29/2021, 5:01 AM
    can you have multiple on delete cascades on a table? as in: post_id on delete cascade user_id on delete cascade
  • d

    doctorRuediger

    08/29/2021, 7:04 AM
    hello i want to search my database. It also works fine, but as soon as I add a json object to the database, it no longer works. How can I search my database for a json object
  • d

    doctorRuediger

    08/29/2021, 7:11 AM
    my code
  • d

    doctorRuediger

    08/29/2021, 7:11 AM
    my database
  • w

    wiesson

    08/29/2021, 7:45 AM
    I'd like to add admin users to our application - For now, I'm checking the
    @company.com
    and give them Full access via RLS. Somehow I have the feeling that this could lead in security issues - and also, maybe I'd like to users with non
    @company.com
    user address as admins. My best guess is to create a table:
    roles
    with
    user_id
    ,
    role
    (enum) (or
    is_admin
    (boolean)) and check the relation with RLS. Are there better options that I might have missed?
  • b

    BitRain

    08/29/2021, 9:56 AM
    Hey all, I have a rails api connected to supabase postgres, is there a way I get the rails created tables to show up in the web UI?
  • s

    silentworks

    08/29/2021, 10:11 AM
    As long as they are in the
    public
    schema they will show up in the web UI.
1...666768...316Latest