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

    garyaustin

    05/25/2023, 3:05 AM
    It is too late now, but please use the thread feature....
  • lol ok
    u

    <hmmhmmhm/>

    05/25/2023, 3:05 AM
    lol ok
    j
    • 2
    • 5
  • j

    Jinni

    05/25/2023, 3:05 AM
    sorry @garyaustin 😅
  • u

    <hmmhmmhm/>

    05/25/2023, 3:06 AM
    i didn't catch that
  • g

    garyaustin

    05/25/2023, 3:06 AM
    pings going crazy on my end... LOL
  • a

    ArjunXD

    05/25/2023, 12:59 PM
    which repo contains the server apis such as one for generating the typescript types I am trying to fix an issue raised https://github.com/supabase/supabase/issues/14556 can someone let me know I am new to this project and exploring it

    https://cdn.discordapp.com/attachments/839993398554656831/1111277244699127928/image.png▾

  • Supabase account issues
    p

    prashant

    05/25/2023, 4:38 PM
    Hoping I can get some help from folks here... - Been developing on Supabase for about 6 weeks... - This morning, get a pop-up/message in browser saying no projects found... - Refresh - same result - Log out and try to log back in - invalid credentials - Try to get reset email - been waiting for > 20 min - no email Completely DoA right now... Thanks so much for your help in advance
    j
    • 2
    • 2
  • g

    garyaustin

    05/25/2023, 5:07 PM
    @vikay Please don't double post here. That is considered spamming. Deleting your post here. Also you seem to be asking the same question multiple times in different posts there. Please wait and see if anyone can help you.
  • v

    vikay

    05/25/2023, 6:18 PM
    sorry @garyaustin, basically one question like after reload page why
    refreshSession
    data get remove from session?
  • s

    silentworks

    05/25/2023, 6:34 PM
    @vikay Gary just mentioned that you should wait and not post the same question multiple times in different posts. Please stop posting about the question in this channel. I've deleted your post here as Gary has said above you shouldn't be doing this. I've put you on a temporary timeout for not adhering to the mods on here.
  • Discussion: what are the most annoying limitations of supabase that you've found?
    y

    Yuu

    05/25/2023, 9:20 PM
    For me, I've considered switching away from supabase because of one major limitation: no transactions in database. Another thing is real time updates and how disconnected they are from the database (no optimistic updates, separate initialization required, different query syntax in the (JS) API, etc) There's also other minor annoyances like not being able to deploy functions via CLI for self hosted instances and issues with running the latest versions (studio)
    u
    • 2
    • 3
  • u

    <hmmhmmhm/>

    05/26/2023, 4:38 AM
    yo i bought a new domain
  • u

    <hmmhmmhm/>

    05/26/2023, 4:38 AM
    https://ec2.zip
  • u

    <hmmhmmhm/>

    05/26/2023, 4:39 AM
    google should remove zip tld....
  • j

    Jinni

    05/26/2023, 6:04 AM
    quick question. how can I query "is not" in the js sdk? I am aware of "is()".
  • u

    <hmmhmmhm/>

    05/26/2023, 6:28 AM
    .not('name', 'is', null)
    like this?
  • j

    Jinni

    05/26/2023, 6:35 AM
    whoa 😮
  • j

    Jinni

    05/26/2023, 6:35 AM
    thank you!
  • g

    garyaustin

    05/26/2023, 1:19 PM
    This is the wrong section to as help questions, please use #1006358244786196510 And provide more detail there as to your actual call.
  • j

    James singh

    05/26/2023, 4:51 PM
    Hello there! Basically, I want to save my login user data to my database, but here's the issue: when I put supabase.auth.onAuthStateChange on my next page/_app.js, it makes it loop and ratelimit my database API.
    Copy code
    js
        supabase.auth.onAuthStateChange(async (event) => {
          if (!event) return;
          if (event === 'SIGNED_IN') {
            console.log('User signed in'); //this spam in console multiple times without load page
          } else return
        });
  • j

    James singh

    05/26/2023, 4:53 PM
    ik its a question not require here but i have no way to find out solution i display my question here to highlight someone who know about it
  • o

    Olyno

    05/26/2023, 5:45 PM
    Hi Please ask in #1006358244786196510
  • j

    James singh

    05/26/2023, 6:41 PM
    ah thanks friend finally someone help me yaa
  • o

    Olyno

    05/26/2023, 6:45 PM
    Your gratitude overwhelms me! You didn't have to
  • k

    KBar

    05/27/2023, 7:12 PM
    How are y'all? Is Supabase down?
  • o

    Olyno

    05/27/2023, 9:20 PM
    Hey what's up? Supabase looks good to me
  • c

    Corrupted

    05/27/2023, 10:05 PM
    Where do you guys get inspiration or ideas for the design of you applications?
  • r

    Razoth

    05/28/2023, 8:31 AM
    honestly, pretty much sites like supabase console, or settings pages from other apps. i'm building an appliation with lots of internal tooling and information and i am not all a frontend person. there TONS of collections websites like https://collectui.com/
  • c

    Corrupted

    05/28/2023, 12:03 PM
    Thanks! Haven’t seen this one. I’ll check it out
  • r

    Razoth

    05/28/2023, 12:05 PM
    as an amateur designer i like this https://www.youtube.com/@Hyperplexed/shorts channel. he post and rebuilds tons of ui's and explains exactly whats wrong with them. i like that. if there isn't a good reason i tend to ignore tips otherwise.