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

    boby

    11/29/2021, 2:38 PM
    Guys, I'm trying to set remote db through the CLI but get
    Error: conn busy
    error. Do you know what may be causing it and any ideas how to resolve it? Some context: I copied the connection string from the supabase dashboard and ran
    supabase db remote set '...yadayada...[YOUR_PASSWORD]@...'
    forgetting to replace
    [YOUR_PASSWORD]
    . 😦
  • s

    shwosner

    11/29/2021, 4:36 PM
    Hi, I'm having an issue with
    Copy code
    auth.signIn({email, password});
    I'm getting a
    502 Bad Gateway
    error
  • s

    shwosner

    11/29/2021, 4:37 PM
    Copy code
    <html>
      <head>
        <meta charset="utf-8">
        <title>Kong Error</title>
      </head>
      <body>
        <h1>Kong Error</h1>
        <p>An invalid response was received from the upstream server.</p>
      </body>
    </html>
  • s

    shwosner

    11/29/2021, 4:37 PM
    Can anyone help me out?
  • s

    shwosner

    11/29/2021, 5:22 PM
    I've created a new database, now I can invite or signUp, but I'm not getting an email. Seems like breaking changes are happening now at 'launch week'...
  • j

    jonny

    11/29/2021, 5:28 PM
    can you send a support email via https://app.supabase.io/support/new ?
  • s

    shwosner

    11/29/2021, 5:43 PM
    Sent, thanks.
  • t

    thecoderatekid

    11/29/2021, 11:02 PM
    is the storage api broken?
  • a

    alaister

    11/30/2021, 1:05 AM
    Hi, is there a way to set custom data in the JWT that I can access in the db (maybe via
    current_setting
    ?). I want to set the ID of the team a user is currently in. Cheers!
  • u

    user

    11/30/2021, 1:37 AM
    👋 Hey there! I'm trying to setup oauth for a multi-platform app (right now, just Android/iOS, but in the future web). Using Google as an example, I need to create separate clients for my iOS and Android client, how do I setup separate apps pointing to the same Supabase project? I only see a spot for one client ID
  • v

    Victor Peralta

    11/30/2021, 1:49 AM
    One alternative here would be to query the team table in the RLS policy (assuming that's what it's for)
  • a

    alaister

    11/30/2021, 1:49 AM
    Thanks - yeah that's what I'm thinking of doing but just checking there wasn't an easier way
  • v

    Victor Peralta

    11/30/2021, 1:50 AM
    https://supabase.com/docs/guides/auth/row-level-security#policies-with-joins
  • v

    Victor Peralta

    11/30/2021, 1:51 AM
    This is probably easier than putting data in JWTs
  • u

    user

    11/30/2021, 4:30 AM
    Any thoughts on this?
  • j

    junkfoodsanta

    11/30/2021, 4:35 AM
    Is anyone from Supabase monitoring the storage API problem coming from @User?
  • j

    junkfoodsanta

    11/30/2021, 4:37 AM
    getbucket returns empty array when buckets do exist. permission issues have been reviewed and are not the problem.
  • j

    junkfoodsanta

    11/30/2021, 4:37 AM
    This is the request: curl --location --request GET 'https://mysupabaseurl.com/storage/v1/bucket/' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer jwt here' \ --data-raw ''
  • j

    junkfoodsanta

    11/30/2021, 4:38 AM
    Is there missing header information from this Swagger Spec that we don't have listed?
  • j

    junkfoodsanta

    11/30/2021, 4:38 AM
    https://supabase.github.io/storage-api/
  • n

    Null

    11/30/2021, 5:34 PM
    Is it possible to change this url to show something else?
  • c

    chipilov

    11/30/2021, 5:42 PM
    see this https://github.com/supabase/supabase/discussions/2925
  • n

    Null

    11/30/2021, 5:51 PM
    Sweet thanks!
  • l

    luca

    11/30/2021, 5:58 PM
    Hello! I have a question, I want to work on this issue https://github.com/supabase/supabase/issues/3985 But i can't seem to find where the code for this page is, as it is hosted sepparetly
  • m

    morenoto

    11/30/2021, 6:24 PM
    I was able to fix it myself by adding extensions to the search_path of the trigger function
  • m

    manny

    11/30/2021, 7:02 PM
    is there a way to duplicate tables from one org to another?
  • m

    manny

    11/30/2021, 7:02 PM
    i'm looking to create different environments. ex dev, prod. etc
  • c

    caryyon

    11/30/2021, 7:03 PM
    i'm looking to spin up a new table after a user goes through an init process, is this doable with the supabase api?
    s
    • 2
    • 10
  • c

    cookie mob

    11/30/2021, 7:08 PM
    Am I able to authenticate users with username and password? currently I am authenticating them with built-in email verificator. Also, if I use .subscribe() , how many api requests does this function make per hour?
  • c

    caryyon

    11/30/2021, 7:15 PM
    subscribe should be a pub/sub model. so it should just be 1 connection kept open
1...145146147...316Latest