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

    michmich112

    12/20/2021, 5:20 AM
    Hi,
    https://api.supabase.io/platform/profile
    is returning a 500 after authenticating with github again (github app account was named supabase (prod-gotrue)
  • w

    Walt

    12/20/2021, 5:20 AM
    " " (what michmich112 said)
  • m

    michmich112

    12/20/2021, 5:20 AM
    fix should be incoming
  • m

    michmich112

    12/20/2021, 5:21 AM
    https://github.com/supabase/supabase/commit/7d1101bf5c351fffdb99c8ab9929634fb8de8eb4
  • r

    Ryan the Temp

    12/20/2021, 5:45 AM
    Hey, are there issues with login?
  • r

    Ryan the Temp

    12/20/2021, 5:45 AM
    I'm unable to login to the dashboard it seems
  • s

    Scott P

    12/20/2021, 6:00 AM
    Also experiencing the same right now
  • r

    rtzon

    12/20/2021, 6:19 AM
    yeah same, keeps looping back to the app.supabase.io homepage
  • r

    rtzon

    12/20/2021, 6:40 AM
    cool, seems to be fixed now?
  • a

    AnarchoDharma

    12/20/2021, 6:41 AM
    Same here
  • a

    AnarchoDharma

    12/20/2021, 6:41 AM
    Not fixed here 😦
  • m

    Markeem

    12/20/2021, 9:22 AM
    Okay to make it easier. Lets assume I have a table with a field updated_at which is a timestamp with timezone. How do I use the JS Api to query for rows where the updated_at field is less than the specified Date/Timestamp (eg. new Date() or Date.now())
  • i

    Imakero

    12/20/2021, 10:00 AM
    Hi, I'm using realtime to listen to database changes using:
    Copy code
    javascript
    const tagsSubscription = supabase
      .from(`tags:user_id=eq.${user.id}`)
      .on('*', (payload) => console.log(payload))
      .subscribe()
    The payload is printed for both
    INSERT
    and
    UPDATE
    events but not for
    DELETE
    events. I have tried the following: - Turning RLS on and off. - Toggling realtime on and off for the specific table. - Toggling the individual realtime settings for delete. - Restarting the supabase server. - Listening only to
    DELETE
    events. Still no results. Nothing has made a difference. One weird thing that happened though is that when I let the app sit over night and then tried it this morning it did print the payload for a
    DELETE
    event but as soon as the app was refreshed it stopped working and hasn't worked since. I'm on supabase-js 1.28.5 and postgres 13.3. Anyone have an idea what's going on? Edit: accidentally tagged supabase, sorry! Edit2: I tried creating a new supabase project from scratch and still have the same problem.
  • j

    Joey Cabal

    12/20/2021, 11:33 AM
    Hi is there anyone having a trouble in supabase tables and views under api docs? When I click the tables it's not viewing me anything
    s
    • 2
    • 1
  • a

    Ankit Bavadiya

    12/20/2021, 11:36 AM
    Hey devs, I'm facing issue in getting API docs for my tables and views. When I click in left sidebar on any table name that time right side section I'm facing blank screen. Is it bug on supabase web view or something else which I miss?
    s
    • 2
    • 3
  • s

    silentworks

    12/20/2021, 12:01 PM
    Supabase API docs
  • s

    silentworks

    12/20/2021, 12:02 PM
    Supabase API docs not showing
  • p

    pedrodiaz

    12/20/2021, 3:19 PM
    Why do projects get paused?
  • v

    Village

    12/20/2021, 4:23 PM
    Is there a way to use RLS to restrict row access and also restrict what actions can be done to specific columns? Say I have four columns I want the user to be able edit, but another that only certain users can.
  • c

    caryyon

    12/20/2021, 5:16 PM
    getting a
    Failed to load resource: the server responded with a status of 401 ()
    error when i try and login to supabase with my github auth
  • s

    Scott P

    12/20/2021, 5:19 PM
    RLS policies are 'just' a query that returns a boolean value, so it is capable of enforcing whatever policy you'd like
  • v

    Village

    12/20/2021, 5:20 PM
    Thanks!
  • n

    noxy

    12/20/2021, 7:22 PM
    Hello, i've just found out that default Realtime behaviour is to not work for anon users, is there any easy way to change that?
  • n

    noxy

    12/20/2021, 7:24 PM
    im trying to build app that anon realtime connection is crucial part of
  • i

    ilbert

    12/20/2021, 8:46 PM
    Hi everyone! I'm trying to create a Trigger which invokes an HTTP request, but the only thing I can select is a PostgreSQL function
  • n

    noxy

    12/20/2021, 8:49 PM
    i think what u are looking for is function hook right?
  • n

    noxy

    12/20/2021, 8:51 PM
    so that would be 3rd option in 'alpha preview' category
  • t

    Tobbe

    12/21/2021, 6:50 AM
    Hi. Any ideas why I can't truncate my table?
  • t

    Tobbe

    12/21/2021, 6:54 AM
    The logs just say
  • t

    Tobbe

    12/21/2021, 7:05 AM
    I don't have any locks
1...165166167...316Latest