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

    st843

    10/20/2022, 11:11 PM
    yes in this case would be someone from the team 😄 thanks for taking a look
  • e

    eunuch

    10/20/2022, 11:17 PM
    how can i sugn up with just an email and a password? no magic-links, confirmation emails involved? i just want the user to input an email and a password and signup
  • k

    kvnfo

    10/20/2022, 11:18 PM
    Best practice for separating admin / users. Same table with different types? I was thinking usertype column with admin / member as the id
  • g

    garyaustin

    10/20/2022, 11:19 PM
    Both the last two posts need to ask in #1006358244786196510.
  • k

    kvnfo

    10/20/2022, 11:21 PM
    ah sorry, will do
  • s

    st843

    10/20/2022, 11:55 PM
    it didn't had a reply though 😂 i deleted to avoid further confusing
  • d

    decruz

    10/21/2022, 8:22 AM
    any issues with the db connections at the moment? Getting connection refused
  • t

    Terry

    10/21/2022, 11:23 AM
    👋 It's Bug Squash Friday again! Happy to help on anything Issue/PR related over in #1030472924743868416
  • k

    KTibow

    10/22/2022, 12:38 AM
    i've been having some problems with intermittent failures with the supabase js package, where could i start debugging?
  • r

    Rawa

    10/22/2022, 3:21 PM
    Async support for the python lib thanks to postgrest-py
  • r

    Rawa

    10/22/2022, 3:21 PM
    soon 🙂
  • b

    beeman

    10/22/2022, 3:54 PM
    Hey all, if there's anyone interested in debugging my local dev setup please let me know. I'll be around to show the breakage.
  • g

    garyaustin

    10/22/2022, 4:40 PM
    You will probably get better results posting in #1006358244786196510, and providing specifics of your issue.
  • b

    beeman

    10/22/2022, 4:42 PM
    Thanks - I did create #1033157267253645412 but didn't really get me anywhere. Kinda getting of out of options...
  • u

    Unknown Member

    10/22/2022, 9:38 PM
    Hey guys, does auth.getSession() and auth.getUser() read from localstorage?
    g
    • 2
    • 3
  • t

    teiki

    10/22/2022, 9:50 PM
    Anyone know how to fix this? POST https:/.../auth/v1/verify 400 - still did not get an answer in help
  • k

    konga

    10/22/2022, 10:33 PM
    400 means your not passing in all the parameters that it needs in the body or passing in the wrong params
  • t

    teiki

    10/22/2022, 10:34 PM
    Can you help me figure out?
  • k

    konga

    10/22/2022, 10:36 PM
    Here's an example.
  • t

    teiki

    10/22/2022, 10:37 PM
    Copy code
    const { error } = await supabase.auth.verifyOtp({
            phone,
            token,
            type: "sms"
          })
    This is what I have
  • k

    konga

    10/22/2022, 10:41 PM
    https://supabase.com/docs/reference/javascript/auth-verifyotp
  • k

    konga

    10/22/2022, 10:41 PM
    Make sure the phone number is in the correct format
  • k

    konga

    10/22/2022, 10:41 PM
    Which version are you on?
  • t

    teiki

    10/22/2022, 10:41 PM
    Latest
  • k

    konga

    10/22/2022, 10:42 PM
    This is V1
  • k

    konga

    10/22/2022, 10:42 PM
    This is v2
  • k

    konga

    10/22/2022, 10:42 PM
    It might be this
  • t

    teiki

    10/22/2022, 10:43 PM
    The thing is that I get the code to that number, but verification does not work
  • t

    teiki

    10/22/2022, 10:43 PM
    So if I get the code, it's in the right format, ig
  • t

    teiki

    10/22/2022, 10:45 PM
    Got it, the problem was the version
1...277278279...392Latest