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

    Kosh

    08/06/2021, 4:26 PM
    Hi folks, i'm trying to update a user email and everything works fine until the email sent to my new email and the link is basically does nothing.
    Copy code
    Confirm Change of Email
    Follow this link to confirm the update of your email from myEmail@gmail.com to myEmail+1@gmail.com:
    
    Change Email
    clicking on change Email link basically does nothing. Also, this template isn't available in the dashboard to update. how can I change this text?
    a
    j
    • 3
    • 5
  • c

    chimon

    08/06/2021, 5:44 PM
    **question**: for the "Pay as you go" pricing, do those additional costs start when you hit the limits of "Pro"?
    a
    • 2
    • 2
  • m

    Mohamed Osman

    08/07/2021, 5:29 AM
    How to know your Supabase Instance
  • a

    Azura

    08/07/2021, 6:15 AM
    Pay as you go initial costs
  • y

    YelloJello

    08/07/2021, 6:19 AM
    +1 on this, worked on adding this feat yesterday and felt quite frustrated that I can't change the template
  • a

    Azura

    08/07/2021, 6:20 AM
    Email update confirmation functionality and template issue
  • f

    Fadi

    08/07/2021, 6:52 AM
    Hey folks, I'm trying to reset a password following the documentation https://supabase.io/docs/reference/javascript/reset-password-email. When I use the token as shown below, I always receive a 401,
    Invalid token: token contains an invalid number of segments
    . Any idea what I'm doing wrong?
    Copy code
    js
    const { error, data } = await supabase.auth.api
          .updateUser(access_token, { password : new_password })
    > Edit: my token looks like this NzXWYgkQFWoAvu1z1HG3XA
  • f

    Fadi

    08/07/2021, 7:03 AM
    Never mind it was my bad. My return url was wrong 😆
  • p

    Poypoypoy

    08/07/2021, 8:44 AM
    anyone here done with, facebook login and registration?
  • j

    jianjie

    08/07/2021, 8:46 AM
    @User i'm running into an urgent issue with supabase storage and i've dropped an email to
    beta@supabase.io
    . can someone from the team take a look?
  • p

    Poypoypoy

    08/07/2021, 8:48 AM
    hi, what is the issue maybe i can help to look around or search
  • j

    jianjie

    08/07/2021, 8:53 AM
    i'm not able to HTTP GET objects from my public bucket
  • j

    jianjie

    08/07/2021, 8:54 AM
    it was working before but it just stopped working today
  • p

    Poypoypoy

    08/07/2021, 8:54 AM
    did you setup your env
  • p

    Poypoypoy

    08/07/2021, 8:55 AM
    did you follow this, https://supabase.io/docs/guides/with-react
  • p

    Poypoypoy

    08/07/2021, 8:56 AM
    hmmm maybe i was wrong , let me know or ping me or show me some code so i know the issue
  • j

    jianjie

    08/07/2021, 8:56 AM
    yeah, i've been serving hundreds of thousands of users over the past few days with no issues
  • j

    jianjie

    08/07/2021, 8:56 AM
    it just died on me
  • s

    silentworks

    08/07/2021, 9:02 AM
    Please be patient and wait for someone to reply to your email as that’s the best way to get in contact with the Supabase team. You can also use the feedback widget in the dashboard too. Discord is probably not the best way to get the teams attention.
  • j

    jianjie

    08/07/2021, 9:05 AM
    yeah, i understand. its really urgent though—it directly impacts our revenue. i wouldn't have tried to get their attention here if it wasn't urgent.
  • j

    jianjie

    08/07/2021, 9:10 AM
    okay, its back up. no idea what happened. i'll check in with the team on this via email. thanks for being so willing to help though, you guys are awesome :-))
  • p

    Poypoypoy

    08/07/2021, 9:10 AM
    hi anyone used facebook auth, my issue , why i cant get another email that logged using facebook auth
  • j

    jianjie

    08/07/2021, 9:12 AM
    try adding the email scope:
    Copy code
    supabase.auth.signIn({ provider: "facebook" }, { scopes: "email" });
  • p

    Poypoypoy

    08/07/2021, 9:13 AM
    thanks man , ill try it now
  • p

    Poypoypoy

    08/07/2021, 9:14 AM
    nothing happen
  • p

    Poypoypoy

    08/07/2021, 9:15 AM
    i only receive when i used my gmail, but when i trying to use another email
  • p

    Poypoypoy

    08/07/2021, 9:24 AM
    i think my issue that i need to verify my account in facebook developer page
  • j

    jianjie

    08/07/2021, 9:25 AM
    oh yeah you definitely need to do that. the approval process should be pretty automated if you're simply using facebook auth though.
  • p

    Poypoypoy

    08/07/2021, 9:25 AM
    that why i only received my email,
  • j

    jianjie

    08/07/2021, 9:25 AM
    that explains why it only works for your gmail then—its likely that your gmail account is tied to the facebook acount that manages that facebook app.
1...383940...316Latest