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

    jbergius

    09/01/2021, 5:10 AM
    trying to update a function and keep getting this error, anyone have a clue? the changes i made is to add the email parameter
  • r

    RichCorbs

    09/01/2021, 5:31 AM
    I've been seeing that tonight too (my first time working with functions in Supabase). Clumsy workaround for me has been to delete and re-create the function.
  • j

    Jannik Wempe

    09/01/2021, 5:35 AM
    Hey all, quick question: I'd like to upload some files to storage. What is best practice? Somehow using a key + restricted permissions in the frontend (and thus exposing that key) or proxying the files to my own server and upload from there?
  • j

    Jannik Wempe

    09/01/2021, 5:36 AM
    Currently I am going with own api but maybe that additional complexity isn't necassary?
  • s

    silenth

    09/01/2021, 6:24 AM
    hi, I am getting this error whenever I try to do anything with the api, like sign in, recover password, etc.
  • r

    recursionDev

    09/01/2021, 7:19 AM
    only I have a problem with logging into supabase? log in and sign in don't work for me
  • g

    gryphus04

    09/01/2021, 7:33 AM
    Same here
  • r

    recursionDev

    09/01/2021, 7:34 AM
    Thanks, at least I know it's not on my side 🙂
  • s

    silenth

    09/01/2021, 7:35 AM
    are you guys getting the same error in console?
  • g

    gryphus04

    09/01/2021, 7:35 AM
    No prob!
  • g

    gryphus04

    09/01/2021, 7:36 AM
    Nope, sorry
  • s

    sebgie

    09/01/2021, 7:54 AM
    I encounter a similar problem for about 1 hour now. The console shows a different error though.
  • s

    sebgie

    09/01/2021, 7:55 AM
    API works, login and using the UI is impossible.
  • c

    cbzehner

    09/01/2021, 8:12 AM
    @User , @User , I'm running into the same issue with the profile endpoint - might be worth a quick git bisect + revert?
  • b

    Beng

    09/01/2021, 8:14 AM
    thanks for the reports, we're looking into it
  • s

    sebgie

    09/01/2021, 8:19 AM
    It works again for me now 👍 . Thank you!
  • g

    gryphus04

    09/01/2021, 8:26 AM
    Working here as well, thank you!
  • u

    user

    09/01/2021, 9:24 AM
    hey, can we also use this database for Discord bots?
  • g

    GandalfG

    09/01/2021, 11:22 AM
    Hi All! Quick question, is there a way to do the user auth without the magic link? Only with email and passowrd? Because I am doing the auth.signUp() only with email and password, and I see this in my account. I have to go to my email and use the link in order to register. How can I skip that part?
  • u

    user

    09/01/2021, 11:54 AM
    Hi. Does supabase npm package have a way of executing raw sql queries?
  • s

    silentworks

    09/01/2021, 12:13 PM
    No this would create a security issue, you can however write functions with queries in the database and use
    .rpc
    to execute them
  • u

    user

    09/01/2021, 12:15 PM
    oh ok. thank you
  • u

    user

    09/01/2021, 12:17 PM
    i see its still in production, what are some of the biggest issues or bugs with the functions feature? Anything I should know?
  • p

    Puru

    09/01/2021, 12:45 PM
    How long does Supabase Auth persist the app?
  • p

    Poypoypoy

    09/01/2021, 1:25 PM
    in prodcution the email verfication is dangerous
  • s

    Scott P

    09/01/2021, 1:26 PM
    https://discord.com/channels/839993398554656828/839993398554656831/882378410960244736
  • p

    Poypoypoy

    09/01/2021, 2:51 PM
    thank you @User
  • m

    Mihai Andrei

    09/01/2021, 4:43 PM
    Search the settings of supabase ui, you have a check there that you need to uncheck. Something about email confirmation
  • s

    Scott Prins

    09/01/2021, 7:05 PM
    Using the nextjs-subscription-auth example, I noticed there was a users table in the db when using that template, and I went through the code, but I was curious at what point is the users table created/queried upon to create that user entry? the columns for the user schema have some info for other table relations, but I wanted to ensure that the user email was inside that table as well, and by default it is not. is this not something that supabase auth handles automatically? I know that the email can be read from the supabase.auth itself in the session, etc, I just wanted to get a better idea the actual flow of it i guess.
    j
    s
    • 3
    • 12
  • s

    samefold

    09/02/2021, 1:14 AM
    Are there any recommended resources for learning about row level security? I've read the Supabase docs but I'm still unsure how to write more complex policies.
1...697071...316Latest