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

    jon.m

    08/30/2021, 10:37 PM
    okay, awesome. Thank you.
  • m

    Miguel2390d

    08/31/2021, 3:27 AM
    Hello Does anyone know why I'm still getting a 42501 on Row Level Security I made a rule with this
    Copy code
    sql
    CREATE POLICY "allow_insert"
    ON "CompanySubmissions"
    FOR INSERT WITH CHECK (
      auth.role() = 'anon'
    );
  • m

    Miguel2390d

    08/31/2021, 3:27 AM
    And I still get this:
  • m

    Miguel2390d

    08/31/2021, 3:27 AM
    Copy code
    json
    {
    "code":"42501",
    "message":"new row violates row-level security policy for table \"CompanySubmissions\""
    }
  • h

    HorseShoe

    08/31/2021, 3:38 AM
    lol
  • m

    Miguel2390d

    08/31/2021, 4:03 AM
    Nevermind Horse, I just fixed it
  • h

    HorseShoe

    08/31/2021, 4:16 AM
    Omg sorry I was abt to reply I got distracted šŸ˜”
  • h

    HorseShoe

    08/31/2021, 4:17 AM
    Glad u fixed it
  • s

    silentworks

    08/31/2021, 9:23 AM
    Please try and keep posting to a single channel.
  • j

    jbrocket

    08/31/2021, 9:24 AM
    Hi. Could somebody assist me with this issue?
    s
    • 2
    • 28
  • j

    jbrocket

    08/31/2021, 9:25 AM
    I don't know why is it saying this error. My table name is mdThemes, not sure what relation is error talking about
  • r

    richard

    08/31/2021, 2:55 PM
    Anyone else getting errors with signing in on Supabase Auth? It seems to be timing out for me
  • p

    ProbablyBatman

    08/31/2021, 3:32 PM
    working for me
  • m

    Miguel2390d

    08/31/2021, 3:38 PM
    Sorry, I was going to delete it from the first channel after I posted on this one, but I forgot to do it
  • w

    wiesson

    08/31/2021, 3:38 PM
    Is it possible to mute the Twitter channel? I have muted it, but Iā€˜m receiving the notifications anyway ?!
  • s

    silentworks

    08/31/2021, 3:39 PM
    Right click on the channel and set Notification settings to Nothing
  • d

    Di

    08/31/2021, 6:43 PM
    Does realtime support RLS?
    s
    • 2
    • 5
  • j

    jimthedev

    08/31/2021, 6:57 PM
    Anyone else getting internal server error when using the Vercel integration?
  • e

    e0

    08/31/2021, 6:59 PM
    Was just going to ask, trying to log into the dashboard with github login and getting Internal Server Error too.
  • e

    e0

    08/31/2021, 7:01 PM
    Seems fine now..
  • m

    martypdx

    08/31/2021, 7:01 PM
    Sorry for posting this in two places, but seemed like #870812914603413514 was specific to your hackathon: Hi there! We are organizing a hackathon in early November and are considering encouraging people to use supabase. Is there a supabase dev advocate or community member who would be interested in doing a Friday evening "intro to supabase" talk? Or other support ideas to get people going with supabase?
  • j

    jimthedev

    08/31/2021, 7:04 PM
    oh wow yeah seems to be resolved now.
  • u

    user

    08/31/2021, 7:54 PM
    Is the superbase Auth flow exactly the same as in Firebase? I want to develop against Firebase for now but production should use Supabase selfhosted
  • s

    silentworks

    08/31/2021, 7:55 PM
    No it's not.
  • s

    Scott Prins

    08/31/2021, 8:28 PM
    how do I actually view this db password in the event that I have let it slip my mind(i have to work on a lot of projects/dbs/etc all the time.)
  • j

    jimthedev

    08/31/2021, 9:19 PM
    Hey gang. I am getting magic link email links in gmail but they are being marked as spam.
  • s

    Scott P

    08/31/2021, 9:36 PM
    Change the default email template. It doesn't tell users what the link is for and looks really generic - it's not that strange that email clients might mark it as potential spam. Using a third-party email server such as SendGrid can also help.
  • j

    jimthedev

    08/31/2021, 9:53 PM
    Interesting. I changed the hell out of it and it still didn't work. In the end it seems the only thing that works in gmail is to mark it as not phishing 😦
  • j

    jimthedev

    08/31/2021, 9:53 PM
    Tried with several email addresses too
  • j

    jonny

    09/01/2021, 6:12 AM
    you can reset the password for the db. you can run the SQL in the SQL editor in the Supabase dashboard. please don't set your password to "new_password" like in the example šŸ˜„ https://supabase.io/docs/reference/postgres/database-passwords#!
1...939495...392Latest