https://supabase.com/ logo
Join Discord
Powered by
# off-topic
  • p

    Pedro Luz

    06/23/2022, 9:35 PM
    i think my heart just skipped a few beats
  • g

    garyaustin

    06/23/2022, 9:36 PM
    Not sure it is done doing its thing yet.
  • p

    Pedro Luz

    06/23/2022, 9:37 PM
    kicked out again....
  • p

    Pedro Luz

    06/23/2022, 9:38 PM
    ... not funny
  • g

    garyaustin

    06/23/2022, 9:39 PM
    Dashboard is acting odd for sure... The actual instance seems to be running fine.
  • p

    Pedro Luz

    06/23/2022, 9:40 PM
    probably is just an ui issue
  • i

    irreal

    06/23/2022, 9:47 PM
    I joined discord to ask about this. definitely does not look like an UI issue. my supabase ui was getting 500 errors from the API.
  • i

    irreal

    06/23/2022, 9:48 PM
    I think there was definitely some instability. Not showing up on the status page, though. Not sure who to inform to get it looked at.
  • g

    garyaustin

    06/23/2022, 9:48 PM
    You contact support thru the support tab if it is working.
  • t

    tma

    06/23/2022, 9:57 PM
    100% getting 520s that I wasn't getting 4 hours ago
  • g

    garyaustin

    06/23/2022, 9:58 PM
    From the dashboard or an app using your instance? My app has not glitched, but the dashboard had 500 errors.
  • t

    tma

    06/23/2022, 9:59 PM
    it seems to be only on the dashboard
  • t

    tma

    06/23/2022, 10:01 PM
    this happens to me when one of the /organization queries the dash makes returns a 520
  • p

    Pedro Luz

    06/23/2022, 10:04 PM
    ... yesterday I changed the organization name... and that did not help at all
  • g

    garyaustin

    06/23/2022, 10:04 PM
    I don't this has anything to do with something you did.
  • p

    Pedro Luz

    06/23/2022, 10:04 PM
    probably is just the alignment of the planets
  • g

    garyaustin

    06/23/2022, 10:05 PM
    I've not seen it in about 10minutes now
  • t

    tma

    06/23/2022, 10:05 PM
    Yeah it seems to be working.
  • p

    Pedro Luz

    06/23/2022, 10:05 PM
    im gonna sleep... and will hope the planets will be aligned tomorrow
  • p

    Pedro Luz

    06/23/2022, 10:06 PM
    or else... I have to fly out there.. and align them myself
  • r

    Rishi

    06/24/2022, 3:23 AM
    Sorry for that!
  • o

    Olyno

    06/24/2022, 4:17 PM
    Hi @Youngie please use the format of messages when sending a message of #867347909741248532
  • y

    Youngie

    06/24/2022, 4:18 PM
    Thank you @Olyno My bad. Will do.
  • l

    Link

    06/24/2022, 5:17 PM
    hi
  • o

    Olyno

    06/24/2022, 5:34 PM
    Hi Link! How are you?
  • l

    Lio

    06/24/2022, 8:03 PM
    Does anyone know if Supabase Auth supports Passkeys yet?
  • s

    snowshift

    06/24/2022, 9:26 PM
    > Who has the most tricked out GitHub profile? I would say Raycast
  • j

    Julien

    06/25/2022, 1:08 PM
    There is an error on the page : https://supabase.com/docs/learn/auth-deep-dive/auth-row-level-security The policy:
    Copy code
    sql
    CREATE POLICY anon_read_leaderboard ON leaderboard
        FOR SELECT
        TO 'anon'
        USING (true);
    Should be:
    Copy code
    sql
    CREATE POLICY anon_read_leaderboard ON leaderboard
        FOR SELECT
        TO anon
        USING (true);
  • t

    tricked

    06/25/2022, 8:43 PM
  • r

    ricky

    06/25/2022, 10:38 PM
    are you able to use something like react-query when fetching data frm the supabase db using rpc functions?
1...237238239...392Latest