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

    DanMossa

    05/27/2022, 3:20 AM
    Oh woah, I was getting weird errors, but I'm glad to see that it's not just something that's me
    n
    • 2
    • 3
  • g

    garyaustin

    05/27/2022, 3:21 AM
    Seems like this AWS issue is the cause...
    n
    • 2
    • 1
  • d

    Devyn

    05/27/2022, 3:29 AM
    Things are finally working, for me 👍🏾
    n
    • 2
    • 1
  • t

    taj

    05/27/2022, 3:30 AM
    Resolved on my end, thank you!
    n
    • 2
    • 1
  • n

    Needle

    05/27/2022, 3:31 AM
    Hello @VM! This thread has been automatically created from your message in #843999948717555735 a few seconds ago. We have already mentioned the @User so that they can see your message and help you as soon as possible! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ``...`` menu) and select "Leave Thread" to unsubscribe from future updates. Want to change the title? Use the ``/title`` command! We have solved your problem? Click the button below to archive it.
    • 1
    • 2
  • l

    levantine

    05/27/2022, 4:19 AM
    It's solved for me too, thanks :D!
    n
    • 2
    • 1
  • s

    snowshift

    05/27/2022, 6:21 AM
    If I add a constraint, how do I view it in Supabase?
    n
    g
    • 3
    • 6
  • s

    Studywithdesign

    05/27/2022, 6:59 AM
    I want only some selected things in my supabase auth fetch details
    n
    g
    • 3
    • 8
  • l

    Lior539

    05/27/2022, 8:33 AM
    Is it possible to reuse the same code in different edge functions? If so, how?
    n
    • 2
    • 6
  • b

    Barschreck

    05/27/2022, 9:26 AM
    Is there somewhere a description how to use the local development environment with custom schemes?
    n
    • 2
    • 1
  • a

    Adi

    05/27/2022, 9:33 AM
    Hi devs, how should I decide whether to store user meta data in supabase table or should I make use of data field for storing user meta data? any suggestions?
    n
    • 2
    • 3
  • a

    arcavid

    05/27/2022, 9:35 AM
    order by foreign table's field not working
    n
    • 2
    • 8
  • t

    theuknowner

    05/27/2022, 10:25 AM
    The database in Cloud Supabase is external or included in the instance?
    n
    g
    • 3
    • 14
  • l

    Lior539

    05/27/2022, 10:44 AM
    Hi. Im trying to implement Sign In with Slack but am running into problems requesting additional scopes. I need to request additional user scopes (so I can send messages on behalf of the user). I'm not able to do this with Supabase since it looks like Supabase only supports
    Sign In with Slack
    (https://api.slack.com/authentication/sign-in-with-slack) but doesn't support
    Install with OAuth
    (https://api.slack.com/authentication/oauth-v2). The difference between the two is that
    Sign In with Slack
    only lets you access the user
    email
    and
    profile
    , whereas
    Install with OAuth
    lets you request additional scopes. Is there a suggested workaround here? I'd still love to use Supabase's great auth features, but it doesnt look like I'll be able to here
    n
    • 2
    • 2
  • d

    Darky

    05/27/2022, 12:40 PM
    I have a website and a chat bot that was working without problems, and when I woke up, I found this problem
    n
    g
    • 3
    • 7
  • c

    chek

    05/27/2022, 3:59 PM
    I signed up a user with email and want to add their phone number to their profile. Confirmations are turned on, but the text isn't being sent. Texts are sending just fine for OTP and when signing up with phone number to start. Can you add phone numbers and require confirmation after the fact?
    n
    g
    • 3
    • 3
  • l

    laznic

    05/27/2022, 4:38 PM
    Is the only way to upgrade the instance's Postgres version by contacting support?
    n
    b
    • 3
    • 16
  • k

    Kartik

    05/27/2022, 5:06 PM
    i was trying to host supabase on my cloud instance and running it gave lot of error i followed the steps mentioned and edited the .env file accordingly but it still thew error the dashboard was working but it was saying connection to project wait,
    n
    j
    m
    • 4
    • 8
  • s

    stefano

    05/27/2022, 8:08 PM
    Has anyone had issues making an edge function sending emails via AWS SES work? I'm getting an error that seems related to Supabase, the function looks good
    n
    g
    • 3
    • 3
  • z

    zavbala

    05/27/2022, 8:12 PM
    Is there a way to get the count of items retuned through Rest endpoint?
    n
    g
    • 3
    • 14
  • k

    kavla

    05/27/2022, 8:49 PM
    I have a low pri but easy "feature" request . Can someone at Supabase who has access to the Atlassian Statuspage configuration for https://status.supabase.com enable the public slack integration so we can subscribe to it? https://community.atlassian.com/t5/Statuspage-articles/New-feature-Slack-notifications-for-Statuspage/ba-p/1510473 I asked yesterday but, understandably, it got lost a bit in the actual issue folks were seeing. It'd be real nice if our infra alerts channel knew about supabase issues. Happy to send this elsewhere or move to discussions if needed
    n
    g
    • 3
    • 4
  • t

    theuknowner

    05/27/2022, 11:13 PM
    I have self hosted supabase and I have noticed that all services work great except from supabase-kong . It stacks up ram and never reduce it. Is this a bug? For example, If i have connected 50 clients, it uses 120mb. If I disconnect all the memory stays at 120mb..
    n
    k
    • 3
    • 3
  • z

    zavbala

    05/27/2022, 11:30 PM
    What's te correct syntax to handle filters through REST API?
    n
    g
    • 3
    • 5
  • g

    gokatz

    05/28/2022, 3:47 AM
    Hey all 👋 I'm using supabase to schedule cron jobs. I would like to know how to - How to increase the timeout? Currently, it has a timeout of 5000 ms. - store the response from the API used in the cron job Sample cron declaration:
    Copy code
    select
      cron.schedule(
        'daily-refresh-0500',
        '00 05 * * *',
        $$
        select status
        from
          http_post(
            'https://example.com/api/refresh',
            '{}',
            'application/json'
          )
        $$
      );
    Any help on this would be great 🙏
    n
    g
    • 3
    • 3
  • v

    VoidWhisperer

    05/28/2022, 3:48 AM
    I'm trying to use twitch authentication with supabase in order to authenticate users, but later allow them to use a url with a special-generated uuid (effectively a secret as they should not share this url) within obs as a browser source. In this case, even if the user logs into twitch via a web browser using the supabase integration, is there any way for me to log the user into twitch based on previously stored information (I'm assuming based on reading that storing an oauth token and refresh token in a db is generally bad practice so I'm trying to know if there is a way around that)
    n
    • 2
    • 4
  • d

    d33pu

    05/28/2022, 5:16 AM
    What is the best way to handle following usecase? Usecase: I've a database of user's device id where I want to be able to send push notifications using Supabase. Is it possible directly or through third party? Any help is highly appreciated. Thanks!
    n
    g
    • 3
    • 4
  • f

    Franck

    05/28/2022, 8:56 AM
    Hi everybody, is there an endpoint to download every images from a bucket folder at once? Or do I need to get the list first and then download one by one? Thanks
    n
    g
    • 3
    • 4
  • t

    theuknowner

    05/28/2022, 1:05 PM
    Is there memory leak on supabase-kong? It never goes down. It adds up memory on every connection.
    n
    • 2
    • 1
  • p

    productdevbook

    05/28/2022, 2:38 PM
    PGP_SYM_DECRYPT how to search speed used ? Because slow
    n
    g
    • 3
    • 3
  • t

    TaranisPT

    05/28/2022, 3:34 PM
    Hello everyone, I'm working on a project right now where users can register as different roles. Right now, what I'm trying to do is to create a user and then also create their enterprise profile at the same time. Their profile should be linked to their user id. So what I'm trying to do is with one single form, create their user account (in the auth table) and then the rest of the information in the form would go into another table where there would also be their user id. I'm still very new to all of this so I'm not sure how I can do that.
    n
    • 2
    • 1
1...277278279...316Latest