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

    elhe26

    03/24/2022, 4:58 PM
    Hi all. I have a question regarding RPC and RLS. Could I block all operations with RLS and only access tables using RPCs?
  • e

    elhe26

    03/24/2022, 4:58 PM
    RPCs will bypass RLS, right?
    g
    • 2
    • 3
  • r

    ricky

    03/25/2022, 8:38 AM
    anyone knows what this means and how to fix it? I've already tried doing this https://github.com/supabase/supabase/discussions/3464#discussioncomment-1616225 and didnt help. Everything was working fine until I created a new table today. If I delete the new table then
    pg_dump
    command works fine.
  • t

    tourdownunder

    03/25/2022, 10:03 AM
    Its a long shot though https://www.postgresql.org/docs/release/14.2/ mentions > Fix possible mis-reporting of errors in pg_dump and pg_basebackup (Tom Lane) > > The previous code failed to check for errors from some kernel calls, and could report the wrong errno values in other cases. What version of pg_dump are you using?
    r
    • 2
    • 6
  • r

    ricky

    03/25/2022, 8:38 AM
    thanks
  • t

    tourdownunder

    03/25/2022, 10:02 AM
    pg_dump
  • e

    elhe26

    03/25/2022, 1:51 PM
    Using the Supabase dashboard, I created a function using the following configuration:
    • 1
    • 4
  • j

    justcode123

    03/25/2022, 3:50 PM
    I want to use a PostgreSQL server that i already have setup, do i need yo use Supabases?
    g
    • 2
    • 2
  • r

    ricky

    03/25/2022, 4:21 PM
    Hello everyone, when I create a new table now, the table owner is being assigned to supabase_admin for some reason. anyone know what's happening?
  • g

    garyaustin

    03/25/2022, 5:02 PM
    The table owner has always been supabase_admin for me in sql editor or table editor. Were you using another database manager and linking into to postgres to create your tables?
    r
    • 2
    • 41
  • r

    ricky

    03/25/2022, 4:25 PM
    before whenever I created a new table the Owner would be assigned to Postgrse
  • r

    ricky

    03/25/2022, 4:29 PM
    I tried doing
    Copy code
    GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA public TO postgres;
    GRANT ALL PRIVILEGES ON ALL SEQUENCES IN SCHEMA public TO postgres;
    as mentioned here https://github.com/supabase/supabase/issues/3415#issuecomment-933710018
  • r

    ricky

    03/25/2022, 4:29 PM
    but it didnt help
  • r

    ricky

    03/25/2022, 4:38 PM
    I just tried creating a new table in one of my other supabase projects and it's the same deal. please help. this is pretty urgent. thanks!
  • g

    garyaustin

    03/25/2022, 5:01 PM
    table owner supabase_admin
  • a

    AmusedGrape

    03/25/2022, 7:02 PM
    yooo launch week during my spring break too
  • g

    garyaustin

    03/25/2022, 7:43 PM
    existing database
  • j

    justcode123

    03/25/2022, 8:53 PM
    app.supabase.io loads on one computer…. But then its a BLANK SCREEN on another. Why? I cleared out my cookies, and it still dosnt load
  • l

    LeoSonnekus

    03/25/2022, 10:24 PM
    Supabase site down for any one else?
  • j

    justcode123

    03/25/2022, 10:42 PM
    It loads on one of my Macs, but not 2 others. The app.supabase.io
  • g

    garyaustin

    03/26/2022, 12:37 AM
    There is another user in Supabase Github discussion reporting a mac os issue with no screen but no detail other than OS as of a few hours ago.
  • j

    justcode123

    03/26/2022, 1:11 AM
    Ok, well I’m on Catalina, the one that works is Mojave, BUT.... idk if it’s the OS.... it’s just errors like that as well
  • g

    garyaustin

    03/26/2022, 1:14 AM
    I'd post your new info there though. Could be browser related, or could be something Supabase changed very recently.
  • j

    justcode123

    03/26/2022, 1:16 AM
    What can cause that?
    g
    s
    • 3
    • 10
  • a

    Aghilan

    03/26/2022, 3:38 AM
    In Supabase, is it possible to create a Row in another Table anytime a User is created. This row would have the same ID column and has other pre-defined data
    s
    • 2
    • 25
  • a

    Aghilan

    03/26/2022, 3:41 AM
    I am unable to figure it out, the UserData table already has a id column with a foreign key relation to the auth table
  • n

    nyellin

    03/26/2022, 3:04 PM
    Hey all, I'm planning on connecting a BI tool (tableau) to supabase. I think I can just create a new user in the postgres database and the connect to that directly. Is that right? Any security or other concerns I should be aware of?
  • r

    Revxrsal

    03/26/2022, 3:05 PM
    o/ any idea? or am i doing something stupid?
    s
    • 2
    • 29
  • y

    yellowkettle

    03/26/2022, 4:00 PM
    Hey all, anyone know the best way to use web3 for auth with supabase?
    g
    • 2
    • 17
  • d

    dubo

    03/26/2022, 8:02 PM
    Heyyy first time playing around with supabase! What like the best way to implement search ??
    g
    s
    • 3
    • 5
1...204205206...392Latest