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

    Prodigy7kX

    12/21/2021, 9:24 PM
    where in the cards table I have a board_id column that references the ID column of the boards table
  • v

    Village

    12/21/2021, 9:49 PM
    What is
    auth.users.is_super_admin
    for?
  • p

    Prodigy7kX

    12/21/2021, 10:27 PM
    Exported types and Realtime subscription
  • r

    Ryan the Temp

    12/21/2021, 10:53 PM
    Hey, for subscriptions. What's a common pattern for dealing with relations? For example, an intiall query returns a set of objects with populated sub-entities. What's a good way to subscribe to an object and but also refetch the relations. Could that be done as part of the subscription callback? 🤔
  • r

    Ryan the Temp

    12/21/2021, 11:25 PM
    If I have a complicated query for loading data including relations. And I have a subscription that I listen to for changes on that. Does it make sense to leverage the payload that comes from the subscription callback? Doing so would require me to patch the local data. Seems more convenient to just rerun the original complicated query. Right?
  • g

    garyaustin

    12/21/2021, 11:34 PM
    Partly because I started working on subscriptions before they supported RLS, but also because you pretty much need to reload/update your data everytime a supscription breaks connection for what ever reason, I just use subscription to let me know something changed and to go fetch new stuff with a common call for startup/update/restart. Sometimes I use a record id/count to figure out how much to load versus what is already there.
  • t

    the.watcher

    12/22/2021, 4:50 AM
    anyone know how to clone a supabase instance?
  • o

    oliviercp

    12/22/2021, 6:35 AM
    Hi, i need to create a admin only custom login, but i can’t figure out how to do it. Dm me if you have any solutions please. Thanks!
  • f

    Filip

    12/22/2021, 10:04 AM
    Hello! Is there an option to enable the storage UI on the self-hosted version of supabase?
  • t

    Timon

    12/22/2021, 10:14 AM
    Is it possible to retrieve the access token of a user from the database? I want to send an HTTP request from a PostgreSQL function but I need a mean to authenticate it.
  • d

    dalxds

    12/22/2021, 1:46 PM
    hello! can I create generated columns in supabase? https://www.postgresql.org/docs/12/ddl-generated-columns.html
  • w

    wiesson

    12/22/2021, 1:48 PM
    Since a couple of days I get logged out after a few hours and the page looks like this - anyone else with that issue? It's very annoying.
  • p

    pedrodiaz

    12/22/2021, 2:08 PM
    same
  • z

    Zyrto

    12/22/2021, 2:18 PM
    @User Did you try to create the table manually and request the API ? Since a generated column is handled as a normal column during query I think you can use them without more configuration
  • a

    anothercoder

    12/22/2021, 2:48 PM
    https://github.com/supabase/supabase/issues/4440
  • f

    Filip

    12/22/2021, 2:52 PM
    thank you
  • a

    anothercoder

    12/22/2021, 2:53 PM
    https://supabase.com/docs/guides/database#migrating-between-projects
  • r

    Rutik

    12/22/2021, 6:54 PM
    does anyone know how to fix cors errors with google oauth signin in supabase? i get redirected to the login but once i select account, it's sending error
  • r

    Rutik

    12/22/2021, 7:07 PM
    hey, did you find a fix? I am facing the same issue
  • r

    Rutik

    12/22/2021, 7:09 PM
    I tried changing stuff from google cloud console as well as supabase api settings, but still facing this issue. did you fix it?
  • k

    krithika

    12/22/2021, 7:56 PM
    hmm waiting for a few hours worked for me
  • d

    Deleted User

    12/22/2021, 9:02 PM
    How do I create multiple projects on a self-hosted instance of Supabase?
    l
    s
    • 3
    • 5
  • j

    JustTheSyme

    12/22/2021, 9:06 PM
    My site intermittently is getting this error. I'm at a loss how to debug why this happens (it's inconsistent). What can I look at to debug why this is happening? Just randomly can't connect to the database.
  • l

    Lavka

    12/22/2021, 9:45 PM
    Multiple self-hosed instances
  • l

    Ladvace

    12/22/2021, 10:38 PM
    Hi, when using
    supabase.auth.session()
    with the provider
    discord
    , is the access_token returned the discord one or like a supabase one?
  • m

    Mr.Minnu

    12/22/2021, 10:40 PM
    How could I implement google OAuth like Firebase does. Cause when I implement google login, it redirect me to web page.
  • m

    Mr.Minnu

    12/22/2021, 10:40 PM
    I don't want that. How to do the other way like opening a dialogue with our accounts.
  • d

    Deleted User

    12/22/2021, 11:18 PM
    I started to self-host Supabase, and I changed the Postgres password. After I've done that (I put the new password in the .env file) Supabase isn't connecting to Postgres at all. What else do I have to change to get it to work?
  • h

    hips

    12/22/2021, 11:29 PM
    restart and read the log
  • d

    Deleted User

    12/22/2021, 11:29 PM
    it's just a bunch of "connection failed" errors for each container
1...167168169...316Latest