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

    willm

    12/30/2021, 5:49 AM
    And if not, can someone recommend a good service for sending a small amount of emails each day?
  • c

    chipilov

    12/30/2021, 8:09 AM
    Custom emails
  • r

    razokulover

    12/30/2021, 8:14 AM
    Supabase has a mechanism like a Custom Authentication in Firebase?
  • j

    jon114

    12/30/2021, 8:24 AM
    Hey everyone, I've been excited to try out realtime + RLS on a side project for a while and finally digging into it. I'm using hosted Supabase but no matter how much I dig through the docs, I can't find a reference for which websocket URL to use for my project. Probably obvious, but could anybody point me in the right direction? Thanks!
    l
    • 2
    • 8
  • a

    Anoushk

    12/30/2021, 8:25 AM
    @User Hey sorry to ping again but is the fix going to be pushed any time soon cos im getting issues with the forked version
  • j

    J0

    12/30/2021, 8:46 AM
    Hey Maverick, Sorry to hear that 😦 Realize it can get quite frustrating to run into all these bugs. We'll probably push later in the day depending on when all of us get off our day jobs. We'll post here and in the python channel when we release
  • a

    Anoushk

    12/30/2021, 9:11 AM
    Ohk thanks
  • k

    kresimirgalic

    12/30/2021, 9:39 AM
    Hey everyone, does anybody know how to get related rows by title or anything else? For example there is jobs list of 3 rows, and titles are "Content Marketing Manager", "Growth Marketing Manager", "Product Marketing Manager", when I go inside one of them, I want to show similar jobs.
    k
    • 2
    • 3
  • b

    beru

    12/30/2021, 9:50 AM
    perhaps
    like
    is what you're looking for? https://supabase.com/docs/reference/javascript/like
  • k

    ktosiek

    12/30/2021, 9:51 AM
    Finding similar texts
  • s

    SleepyTea

    12/30/2021, 9:52 AM
    Is there any other steps I have to set up in the client side other than signing in the user with
    supabase.auth.signIn()
    ? Refresh tokens or something? I seem to need to re-login very often (few times a day/daily) while developing on the project.
    k
    • 2
    • 6
  • s

    SleepyTea

    12/30/2021, 9:55 AM
    There is a JWT expiry field in the settings but it's set to 1 hour and I definitely don't need to re-login each hour
  • k

    ktosiek

    12/30/2021, 10:10 AM
    Keeping users logged in
  • m

    Mr Volcano

    12/30/2021, 10:33 AM
    Hey everyone. It's my first time using SQL so I'm wondering what kind of type I should use for a row id in a table. Should I just leave it at int8?
    k
    s
    • 3
    • 12
  • m

    mtallalazam

    12/30/2021, 1:05 PM
    @User Hi, I saw you have responded to a lot of issues regarding Reset Password link. But i'm unable to find solution to my problem. I automatically get authenticated and then the protected routes take over and move to dashboard. How can I stop auto authentication here?
    s
    s
    • 3
    • 3
  • a

    Anoushk

    12/30/2021, 1:33 PM
    Copy code
    const user = supabase.auth.user()
    im loading the user object in my next app on load but on first run the function return null
  • a

    Anoushk

    12/30/2021, 1:33 PM
    i think it stores user to cookies after the function has been run
  • a

    Anoushk

    12/30/2021, 1:33 PM
    any solutions?
  • z

    Zenon

    12/30/2021, 1:35 PM
    Hello everyone I'm getting this
    Copy code
    Error: [500] An error has occured: Failed to fetch
    in the supabase API Dashboard in one of my projects...it was recently paused and I restored it. Is there anything I can do to fix this?
  • z

    Zenon

    12/30/2021, 1:35 PM
    also the frontend which is deployed on vercel cannot fetch data from the DB...
  • f

    Fishball_Noodles

    12/30/2021, 2:02 PM
    Can I ask why kind of pattern is
    .like()
    looking for https://supabase.com/docs/reference/javascript/like
  • g

    gawlk

    12/30/2021, 2:20 PM
    Hi, I have a database where policies don't show up in the UI even though they exist
  • g

    gawlk

    12/30/2021, 2:22 PM
    And when I run my query I have this message
  • g

    gawlk

    12/30/2021, 2:22 PM
    policy "Companies are viewable by anyone authenticated." for table "companies" already exists
  • g

    gawlk

    12/30/2021, 2:22 PM
    If I drop it I have a success
  • g

    gawlk

    12/30/2021, 2:23 PM
    I create it again, success also but still nothing in the UI
  • b

    brandymarsh

    12/30/2021, 2:57 PM
    hi, i'm trying to use the supabase cli command
    supabase db remote set '[connection-string]'
    , but i keep on getting a parsing error i think because my password has special characters, i tried encoding the password and the url and no luck 😦 does anyone know how i can pass the connection string in this case?
  • j

    J0

    12/30/2021, 3:00 PM
    Not too sure how complicated your string and haven't actually used the cli yet but have you tried escaping the special chars with a \ ? e.g. $ would become \$
  • b

    brandymarsh

    12/30/2021, 3:06 PM
    doesn't work :/ do you know if there's a way for me to change the password? would rather not have to deal with this
  • b

    brandymarsh

    12/30/2021, 3:08 PM
    the docs say to percent-encode the password, but when i do that i still get
    Error: Error parsing connection string: Make sure the URL is percent-encoded.
1...179180181...316Latest