https://supabase.com/ logo
Join DiscordCommunities
Powered by
# help
  • r

    rocketrene

    01/29/2022, 5:09 PM
    I want to access it on supabase.renekuhn.com and I can but nothing is working
  • r

    rocketrene

    01/29/2022, 5:10 PM
    What do I have write here ?
    s
    f
    • 3
    • 6
  • s

    Scott P

    01/29/2022, 5:28 PM
    Supabase docker
  • r

    rhmoller

    01/29/2022, 7:35 PM
    I am trying to configure github oauth by following the egghead course, but I keep getting a "502 bad gateway" from /auth/v1/authorize?provider=github. What might I have done wrong.
    s
    • 2
    • 7
  • t

    Timon

    01/29/2022, 8:44 PM
    Hello, did anyone manage to sign in with a 3rd party (e.g. Twitter) and then use the
    provider_token
    to make request to the 3rd party API in the name of the authenticated user? When I try to do so, Twitter keeps throwing this error:
    Authenticating with OAuth 2.0 Application-Only is forbidden for this endpoint.  Supported authentication types are [OAuth 1.0a User Context, OAuth 2.0 User Context].
    j
    x
    • 3
    • 10
  • t

    Timon

    01/29/2022, 8:44 PM
    It's driving me crazy 🤯
  • f

    frnk

    01/29/2022, 9:11 PM
    @User sorry for the direct @ but thought you'd wanna take a look at ^^
  • f

    frnk

    01/29/2022, 9:11 PM
    lemme know if there's a better process for this
  • e

    everconfusedguy

    01/29/2022, 9:12 PM
    Thanks for reporting @User 🙏
  • e

    everconfusedguy

    01/29/2022, 9:15 PM
    thats clearly a phishing link..kicked them from the server
  • u

    6ary

    01/29/2022, 10:46 PM
    Has anyone managed to get Supabase to work with RapidAPI directly? Seems to be issues with how query parms are formatted for requests 🤔
  • e

    Eryou Hao

    01/30/2022, 2:42 AM
    Requesting help, my project is missing. Other than receiving this email, I have not received any other notification telling me that my project has been deleted. Can I get it back? I don't know where I can recover it. Thank you.
  • a

    anothercoder

    01/30/2022, 2:51 AM
    Unpause from dashboard doesnt work? Try refreshing browser, or login and out...
  • p

    phoebe

    01/30/2022, 4:20 AM
    is there a way to change my supabase username?
  • a

    anothercoder

    01/30/2022, 4:24 AM
    Try changing your github username? https://github.com/settings/admin
  • p

    phoebe

    01/30/2022, 4:24 AM
    my github username has been changed
  • e

    Eryou Hao

    01/30/2022, 4:25 AM
    Yes. I tried logging in using another browser and still can't find my project. So I don't have a button to restore either
  • a

    anothercoder

    01/30/2022, 4:26 AM
    ic, then u can logout and login again? Or email supabase support to ask...
  • p

    phoebe

    01/30/2022, 4:26 AM
    i havent touched supabase in a while so this was my first time logging in a while
  • a

    anothercoder

    01/30/2022, 4:27 AM
    I remember last time I could unfreeze my project and it didnt disappear.... maybe u can email supabase support to ask...
  • e

    Eryou Hao

    01/30/2022, 4:28 AM
    I've recovered before, but I can't find it this time. I'll go to the email feedback. thank you.
  • w

    wiesson

    01/30/2022, 11:42 AM
    did you solve it?
  • w

    wiesson

    01/30/2022, 2:24 PM
    hmm, maybe a RPC method could help
  • t

    Timon

    01/30/2022, 2:44 PM
    Hello did anyone manage to sign in with
  • t

    Timon

    01/30/2022, 5:31 PM
    Is that possible to access the
    auth
    schema? I need to retrieve all my
    users
    for a backend script. Changing the schema when I create my clients leads to the following error:
    The schema must be one of the following: public, storage
    . I tried to add the schema
    auth
    in my API settings, but the error is still the same (c.f. screenshot). And yes, I tried to restart my server and even run the following SQL command:
    NOTIFY pgrst, 'reload schema';
  • u

    6ary

    01/30/2022, 6:15 PM
    How can I turn this into a RPC function and return a row?
    apple
    would be passed in by name.
    Copy code
    select * from company join images on company.id = images.id where name ilike '%apple%'
  • u

    6ary

    01/30/2022, 6:16 PM
    It's hard to find a cheat sheet for the sql voliate language
  • s

    Sealion

    01/30/2022, 7:55 PM
    Supabase return an array, containing en object. How do i conmvert this to just an json object?
    • 1
    • 4
  • s

    Sealion

    01/30/2022, 8:05 PM
    Out of curiousty, I'm reading the docs >> https://supabase.com/docs/reference/javascript/single about the modifier single. Does this always return everything as an object?
  • j

    joshcowan25

    01/30/2022, 8:15 PM
    How can I update data in JSONB from a textarea input (The stringify version of that same JSONB)... Everytime I try, Nothing is saved...
    • 1
    • 4
1...208209210...316Latest