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

    ani

    06/08/2022, 3:26 PM
    Hey, I am following the tutorial for adding Auth, but I am running into a CORs error when running the
    await supabase.auth.signIn({ email })
    function
    n
    o
    +2
    • 5
    • 30
  • a

    Arnout

    06/08/2022, 5:58 PM
    Hey all, when trying to send an invite to a new user for a hosted supabase instance- they receive a link redirecting them to https://localhost:3000
    n
    o
    m
    • 4
    • 6
  • c

    chipilov

    06/08/2022, 6:43 PM
    Does anyone know if there are docs on all the possible fields that can be displayed from the log explorer?
    n
    m
    • 3
    • 12
  • g

    gerry

    06/08/2022, 6:54 PM
    Can SMS verification also work using Twilio's Whatsapp API as a provider? Or must it be Twilio's SMS API
    n
    • 2
    • 1
  • e

    ericchen

    06/08/2022, 7:09 PM
    Hi, I've just pushed my first schema changes from my local Supabase instance (development) to a Supabase-hosted staging instance. That worked fine. But now, I'm wondering what the process is to promote from staging --> production? Seems like the steps I followed are only valid for linking and updating one Supabase instance (staging). What is the recommended process for then promoting schema changes from staging to production?
    n
    o
    • 3
    • 5
  • n

    nahtnam

    06/08/2022, 8:10 PM
    Is there a way to order by random?
    n
    o
    g
    • 4
    • 4
  • j

    Julien

    06/08/2022, 8:15 PM
    Is there a way to have types generated automatically like with this: https://supabase.com/docs/guides/api/generating-types But for builtin things like auth methods?
    n
    • 2
    • 3
  • t

    tuancao

    06/09/2022, 2:18 AM
    DB Migration and Development Environment
    • 1
    • 7
  • g

    gokatz

    06/09/2022, 3:01 AM
    Hey team, I'm running a Cron job using the cron extension from within Supabase SQL editor. I'm getting
    Operation timed out after 5001 milliseconds with 0 bytes received
    when my API used in the cron is taking a long time to resolve. Any idea how to increase the timeout?
    n
    g
    • 3
    • 7
  • j

    joshcowan25

    06/09/2022, 4:37 AM
    Dumb question, but how does supabase.auth.session() work? Does it refresh session also? How long does it "stay"? Can I call it on server side? How does it work?
    n
    g
    • 3
    • 4
  • d

    dhruvagga

    06/09/2022, 9:06 AM
    Hey! Wanted to know how I can increase
    pool_size
    for my Postgres DB
    n
    • 2
    • 1
  • m

    Mr Baggins

    06/09/2022, 9:34 AM
    Seemingly basic question: Is there a way to make part of the database "public" such that people can access it without being auth'd / signed in? I tried creating a policy that is always true for
    SELECT
    but that didn't seem to do anything.
    n
    g
    • 3
    • 4
  • u

    _peterferguson

    06/09/2022, 12:09 PM
    hey has anyone experienced the auth.refresh_tokens no longer updating after deleting some tokens? Is there a way to reset the table?
    n
    o
    g
    • 4
    • 7
  • s

    Shoki

    06/09/2022, 12:38 PM
    hello, i have launched supabase locally with docker, in a react native app i cant establish the connection, do u know why ? here is my code:
    Copy code
    js
    const SUPABASE_KEY = "key";
    const SUPABASE_URL = "http://kong:8000";
    
    const supabase = createClient(SUPABASE_URL, SUPABASE_KEY);
    
    export { supabase };
    n
    s
    • 3
    • 7
  • b

    Bicijay

    06/09/2022, 3:12 PM
    Hey guys, i created a project in the cloud with a lot of tables/policies/functions, now i want to create a local enviroment with the supabase cli. To manage migrations between projects im using migrations scripts with knex.js, so the first script would be a dump of my cloud project with pg_dump. The thing is, when i try to run the DDL statement on my local supabase instance i have a lot of "already exists" type errors, is there any way i could create the local instance in a "clean state" so i can import the dump without collisions?
    n
    b
    • 3
    • 12
  • c

    CandymanDev

    06/09/2022, 3:31 PM
    Morning y'all! I ran into this issue last night: https://github.com/supabase/supabase/discussions/6710 Seems that my function won't run when using the the https://deno.land/x/canvas@v1.4.1 library. Has anyone been able to work around that issue? I see some discussion of canvas here, but I'm not sure how to proceed. Thinking of moving to an AWS lambda or something, but I'd really love to stick with Supabase Functions since they integrate so nicely with the rest of my project.
    n
    • 2
    • 1
  • c

    Christos

    06/09/2022, 4:02 PM
    Not sure if this is the right place to ask - but is there a Rust crate for Supabase? Couldn't find something in the docs (primarily for the DB functionality).
    n
    g
    • 3
    • 2
  • d

    Diogovski

    06/09/2022, 4:47 PM
    any idea why this is happening?
    n
    c
    • 3
    • 12
  • m

    Mike_

    06/09/2022, 8:19 PM
    In development, when I try to sign in using magic link, it always redirects me to the production app and authenticates there instead. Is there some way to use magic-link sign-in in development? So far, the best (hacky) workaround I've found is manually pasting the production auth token into my localhost's localStorage to authenticate...
    n
    g
    b
    • 4
    • 12
  • j

    Jingly

    06/10/2022, 1:59 AM
    Is supabase secure enough to store very sensitive information such as social security numbers and full credit card info?
    n
    s
    • 3
    • 4
  • a

    Ape R Us

    06/10/2022, 3:00 AM
    hey i have a question im using stripe and i want when a payment is successful that it would then send data to the supabase data base but im doing that part on the client. like if(!error) { supbase function() } is there any negative implications for that?
    n
    g
    s
    • 4
    • 11
  • d

    Dembe

    06/10/2022, 7:38 AM
    Hi, i'm new to supabase and trying it with my first project now. I creating a images gallery. And I have created a table, with a column (img), but i have also created a storage, how could I upload images to storage, so I can later use them in maybe the table or on my next js page? I don't really know how to connect the folders/images i store in storage to my table or next application.
    n
    j
    g
    • 4
    • 4
  • t

    The Spider

    06/10/2022, 8:00 AM
    Hey. According to some Redis users I should be able to find examples regarding triggers on Discord. Any idea where to find them? :p
    n
    j
    • 3
    • 9
  • d

    danlannz

    06/10/2022, 8:32 AM
    Hey everyone, I'm new here so I hope this is the right place to ask questions. Does anyone know if you can change the AWS region for a project or migrate it to a different region? I'm seeing some latency issues using Supabase with Retool and I'm thinking it related to the geographical positioning of the different servers
    n
    j
    b
    • 4
    • 3
  • z

    Zozo

    06/10/2022, 9:24 AM
    #843999948717555735 Hi everyone! I have Two Supabase projects running with Azure auth from the same directory, and one redirects to the other, but of course when that happens the token is not valid and I have to sign out and sign in again. What is the best way for 2 supabase projects to interact and share info and if that is even possible?
    n
    o
    • 3
    • 2
  • h

    Haus Of Alejandro

    06/10/2022, 10:47 AM
    Hello #843999948717555735 🙂 Does anyone have an idea on how to work with multi-tenancy using Supabase?, any help or advice would be really appreciate. Thanks!
    n
    j
    • 3
    • 7
  • r

    Rano

    06/10/2022, 11:50 AM
    Hello 🙂 Is there any way to set up invoices for payment?
    n
    j
    • 3
    • 4
  • m

    michaelpumo

    06/10/2022, 12:03 PM
    Is anyone able to get Twitter Auth working? I have set up everything correctly but I get "Missing or invalid credentials." when trying to use the sign in. GitHub OAuth is working fine.
    n
    • 2
    • 1
  • d

    Dembe

    06/10/2022, 12:21 PM
    hello, sorry for asking again, in my storage i have like this. How could I retrive all the images in sport for example in supabase for frontend, what kind of api should i go for
    n
    • 2
    • 1
  • e

    ekko

    06/10/2022, 12:49 PM
    hey people. struggling to get supabase realtime working. things i've tried: - log out all events. for example: db.from('*').on('*', console.log).subscribe() - enabled supabase_realtime on all events (INSERT, DELETE, SELECT, UPDATE) for the specific table. In this case the Project table anybody have any other suggestions to try trouble realtime?
    n
    s
    • 3
    • 2
1...282283284...316Latest