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

    J0

    01/16/2022, 6:19 AM
    As a quick check have you tried this yet?
  • c

    cataxcab

    01/16/2022, 6:23 AM
    - I got the message; checked my GitHub account, status of a couple of emails was "unverified". Not sure how it got to that state, since I use GitHub often and get mails. - Verified emails on GitHub - Waited for a day - Tried Supabase - Cleared cache and cookies and tried again, same error
  • j

    J0

    01/16/2022, 6:23 AM
    Gotcha
  • c

    cataxcab

    01/16/2022, 6:24 AM
    Thanks J0 🙏
  • j

    J0

    01/16/2022, 6:26 AM
    No worries, it can be frustrating to have issues with login especially when it affects an app in prod. Sorry to hear that you had a rough experience.
  • j

    J0

    01/16/2022, 6:26 AM
    As a clarification, I'm not part of Supabase atm -- I'm a community member part of the Supasquad but I'll do my best to reach the support team. I'm reaching out to the team on Slack rn
  • j

    jonny

    01/16/2022, 6:29 AM
    GitHub email verification
  • c

    cataxcab

    01/16/2022, 6:31 AM
    No problem at all, great product. 😁
  • t

    the.watcher

    01/16/2022, 7:04 AM
    Hi, i have this problem where all the request returned with NS_ERROR_DOM_BAD_URI while it was fine like 12 hours ago. There's still no response from supabase support and restarting the server doesn't solve this issue. Is anyone here ever experienced this?
  • u

    user

    01/16/2022, 10:33 AM
    Hey, trying to work on my first supabase db and would like some help. I'm trying to select from a table based on the value of a foreign key column.
    const {data, error} = await supabase.from('one-v-one-players').select().eq('player_id', playerId).maybeSingle()
    but I'm getting the following error,
    relation "public.one-v-one-players" does not exist
    What have I not done?
  • t

    tourdownunder

    01/16/2022, 11:47 AM
    My guess is to recreate the table to use _ instead of - Postgres will allow characters that use - when you double quote the identities though I’m unsure how supabase will behave.
  • u

    user

    01/16/2022, 11:51 AM
    Thanks! You helped me spot the error. The table does use _, so the code was wrong... 🤦🏻‍♂️
  • c

    cerwind

    01/16/2022, 1:38 PM
    Hi thanks @User , this was my initial approach after reading the pgsql-http docs but kept running into the error
    cannot cast type record to http_request
    with the function:
    Copy code
    begin
      select 
        "status", "content"::jsonb
      from 
        http((
          'GET',
          'https://jsonplaceholder.typicode.com/todos/1',
          http_header('My-Simple-Header', 'Some value..')
        )::http_request); 
    end
    (so was curious if the
    http_post
    had a header option - not overly familiar with pgsql syntax)
    g
    • 2
    • 2
  • g

    garyaustin

    01/16/2022, 3:12 PM
    http function
  • h

    hotbelgo

    01/16/2022, 6:04 PM
    Very new to supabase, but cannot find my
    publicAnonKey
    any more
  • h

    hotbelgo

    01/16/2022, 6:04 PM
    can anyone help?
  • g

    glundgren

    01/16/2022, 6:05 PM
    Hello guys! I have a question regarding migrations: how to add users using seed.sql? Is it possible?
  • g

    glundgren

    01/16/2022, 6:06 PM
    Settings > API
  • h

    hotbelgo

    01/16/2022, 6:08 PM
    that's what I found online but it seems to take me to a documentation page
  • g

    glundgren

    01/16/2022, 6:09 PM
    @User click on the settings icon
  • i

    iamvp7

    01/16/2022, 6:21 PM
    Hey can anyone share docs for storage.plannimg to write Java sdk.
  • m

    Maz

    01/16/2022, 6:51 PM
    I'm seeing really short token expiration when using the nextjs ssr example. Like a matter of hours of inactivity. Any way to extend the life of the token or avoid this?
    s
    b
    • 3
    • 5
  • g

    glundgren

    01/16/2022, 7:35 PM
    another question: running supabase locally, and creating a new user with .createUser, the user is created, but when i try to login, i get this: {error: "invalid_grant", error_description: "Email not confirmed"}
  • g

    glundgren

    01/16/2022, 7:35 PM
    how can i confirm the email running locally?
  • g

    Grymer

    01/16/2022, 10:18 PM
    Any time I try to edit types, I get an error saying the type does not exist? Has anyone experienced this?
  • g

    garyaustin

    01/16/2022, 10:37 PM
    Not sure if it is related, or why the bug is still open so much later... https://github.com/supabase/supabase/issues/4150
  • s

    silentworks

    01/16/2022, 11:53 PM
    Token expiration
  • a

    atmanaut.eth

    01/17/2022, 12:50 AM
    Hi everybody, and especially those who have experience with Twilio auth… I'm seeing a CORS issue when I submit the SMS verification code from localhost… anyone know how to resolve this for local testing?
  • u

    user

    01/17/2022, 1:08 AM
    Anyone else has issues with realtime not sending deletes?
  • g

    garyaustin

    01/17/2022, 1:19 AM
    You might to email support, but read this and/or provide more info. https://github.com/supabase/supabase/issues/4905
1...195196197...316Latest