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

    louwers

    10/27/2022, 9:59 PM
    Thanks! Do you mean my Postgres logs?
  • l

    louwers

    10/27/2022, 10:00 PM
    Can I un-blacklist myself?
  • o

    Olyno

    10/27/2022, 10:03 PM
    It un-blacklist automatically after some time. I don't remember the other way to unblock it faster
  • o

    Olyno

    10/27/2022, 10:03 PM
    Postgres or database logs
  • l

    louwers

    10/27/2022, 10:07 PM
    Bummer.
  • l

    louwers

    10/27/2022, 10:07 PM
    Well I guess a good time to sleep.
  • g

    garyaustin

    10/27/2022, 10:07 PM
    You can use a vpn to get around the fail2ban block. I think it is 30 minutes otherwise
  • f

    flapili (FR, bad EN)

    10/27/2022, 10:23 PM
    shit, it work at the first iteration 😅 😂
  • f

    flapili (FR, bad EN)

    10/27/2022, 10:24 PM
    😊
  • f

    flapili (FR, bad EN)

    10/27/2022, 10:24 PM
    I'm proud of myself 🙂
  • h

    Hege

    10/27/2022, 11:35 PM
    Is it possible to create a table whose composite primary key references another composite primary key?
  • h

    Hege

    10/27/2022, 11:36 PM
    It tells me there's no unique constraint matching given keys for referenced table
  • h

    Hege

    10/27/2022, 11:37 PM
    But since the othe table has a composite primary key and im referencing both columns it should let me, or at least it lets me if I write sql but I was using the UI
  • g

    garyaustin

    10/27/2022, 11:55 PM
    Please ask these types of questions in #1006358244786196510. That said your question is strictly a Postgres question and it might be quicker to google something like
    postgres foreign key to composite primary
    to see if your situation is covered. There may be a Supabase user who knows the answer, but you may have to wait awhile. It is also possible the UI table editor can not handle the situation as it appears you have to have sets of keys in both tables to have it work at quick glance.
  • h

    Hege

    10/27/2022, 11:56 PM
    Oh, it does work with Postgres, just wanted to know if the UI currently can handle it, maybe a way to cluster columns to add constraints would be a good addition
  • g

    garyaustin

    10/27/2022, 11:57 PM
    That would be appropriate for a github enhancement suggestion at supabase/supabase if you want it to be seen. The table UI is not really set up to handle special cases, and the SQL editor or a 3rd party tool would be my recommendation if you are at this level.
  • h

    Hege

    10/28/2022, 1:02 AM
    Thank you!
  • k

    kingweb

    10/28/2022, 10:07 AM
    hi i am getting error in azure login .. how to fix? Error+getting+user+email+from+external+provider
  • t

    Terry

    10/28/2022, 10:58 AM
    Hey all! It's #1030472924743868416 if anyone's got any burning issues they'd like help with!
  • d

    Desmond

    10/28/2022, 1:09 PM
    Hi, I don't think I entirely understand how email invitations are supposed to work. Is there anyone here that can help?
  • k

    kingweb

    10/28/2022, 1:31 PM
    where can i see a demo of login with apple
  • k

    kingweb

    10/28/2022, 1:31 PM
    i don't have a apple developer account. I am confused whether to buy it or not
  • l

    lucasb

    10/28/2022, 7:58 PM
    Messing around with remix.run and supabase auth helpers.. Can someone please explain why it's okay to print out the supabase app url and supabase anon key into the dom in this example? https://github.com/supabase/auth-helpers/blob/4a709e24445d17b5bafae00ea06f562f5e052fcc/examples/remix/app/root.tsx
  • g

    garyaustin

    10/28/2022, 8:29 PM
    All of you asking help type questions here should be doing so in #1006358244786196510 .
  • z

    ZaDeR47

    10/28/2022, 10:25 PM
    Hey @lucasb - the supabase app url is fine to post in the DOM as this is simply the url that your API lives at. The
    anon
    key is meant to be "public" (in the sense that it's okay for people to know it) that should give any anonymous user the things any user should have access to. There's similar ideas in firebase if you're familiar with that.
  • z

    ZaDeR47

    10/28/2022, 10:26 PM
    Hey @Desmond - did you get the email invitations figured out?
  • d

    Desmond

    10/28/2022, 10:54 PM
    @ZaDeR47 Yes, thx. I noticed that currentUser isn't necessarily set after initialize(), so I made it wait for a signin auth event. That seems to have solved the problem.
  • u

    \ ឵឵឵

    10/29/2022, 1:18 AM
    Links to migration guides broken in https://github.com/supabase/supabase/discussions/9314
    s
    • 2
    • 2
  • f

    flapili (FR, bad EN)

    10/29/2022, 10:36 AM
    Hi, how are you ?
  • a

    Aviv

    10/29/2022, 1:46 PM
    Hi 🙂 Have you guys ever done supabase auth using provider like google? how did you access the user data after the sign-in process?
1...281282283...392Latest