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

    flames

    08/05/2021, 4:25 AM
    Thanks, so how did you fix it?
    d
    • 2
    • 13
  • t

    team

    08/05/2021, 4:49 AM
    After creating a new project from scratch, if you visit the
    /auth/settings
    page and scroll down to the logs, the first line of the logs will be:
    Copy code
    w transaction: failed to connect to `host=db.{projectId}.supabase.co user=supabase_auth_admin database=postgres`: server error (FATAL: password authentication failed for user \"supabase_auth_admin\" (SQLSTATE 28P01))"
    I've tested twice now and gotten the exact same error in the logs. I assume it is safe to ignore, but can anyone confirm that is definitely safe to ignore that error?
  • t

    team

    08/05/2021, 5:00 AM
    ↑ @User
  • d

    Dhaiwat10

    08/05/2021, 5:02 AM
    storage perm fix
  • a

    Ant

    08/05/2021, 6:15 AM
    yes! safe to ignore. This happens because the auth server comes online before the database is quite ready to accept connections
  • a

    Ant

    08/05/2021, 6:15 AM
    good spot πŸ™‚
  • t

    team

    08/05/2021, 6:20 AM
    ok cool, figured it was not a big deal but thanks for confirming!
  • r

    rayyanmaq1

    08/05/2021, 7:45 AM
    Can some help me how to implement query like this one?
    s
    u
    k
    • 4
    • 22
  • r

    rayyanmaq1

    08/05/2021, 7:32 AM
    Can some help me how to implement query like this one?
  • m

    motasem_abunema

    08/05/2021, 7:32 AM
    πŸ‘‹πŸ‘‹
  • u

    unrealg

    08/05/2021, 7:35 AM
    how do you need to implement it?
  • r

    rayyanmaq1

    08/05/2021, 7:40 AM
    I want to get the post whom a user is following
  • r

    rayyanmaq1

    08/05/2021, 7:40 AM
    Posts and follow is the the table name
  • r

    rayyanmaq1

    08/05/2021, 7:41 AM
    User_from the uid of user who is following and user_to the uid of user whom user following
  • u

    unrealg

    08/05/2021, 7:41 AM
    i assume using javascript?
  • r

    rayyanmaq1

    08/05/2021, 7:42 AM
    Flutter sdk
  • u

    unrealg

    08/05/2021, 7:43 AM
    I dont know dart sorry
  • r

    rayyanmaq1

    08/05/2021, 7:43 AM
    It would be similar if tell me in JavaScript
  • s

    silentworks

    08/05/2021, 7:43 AM
    @rayyanmaq1 please create a thread and continue the conversation there as it’s easier to keep track that way
  • r

    rayyanmaq1

    08/05/2021, 7:45 AM
    flutter query
  • r

    ricardo

    08/05/2021, 9:38 AM
    Hey guys .... does anyone have an example project using superbase auth and real-time chatting based on Expo react-native CLI
  • t

    tettvy

    08/05/2021, 3:53 PM
    @User just wanted to double check if y'all could help here
  • s

    silentworks

    08/05/2021, 4:37 PM
    Please send an email to beta@supabase.io for this request or use the feedback widget inside the dashboard
  • j

    jbrocket

    08/05/2021, 7:09 PM
    Hi. Could somebody tell me are there any limitations in database space, users, storage and other things mentioned in price plan if supabase is self hosted?
  • s

    silentworks

    08/05/2021, 7:15 PM
    If it's self hosted your limit is your budget for the services you will need to self host it
  • j

    jbrocket

    08/05/2021, 7:19 PM
    so if I host is on my own device there's no limit? πŸ™‚
  • s

    silentworks

    08/05/2021, 7:20 PM
    From what I can see, yes there are no limits. Just know that the Dashboard isn't available to be self hosted as yet, so you will need to use a Postgres client to interact with the DB or create your own Dashboard.
  • j

    jbrocket

    08/05/2021, 7:20 PM
    That's okay. Is it known when will dashboard be done?
  • i

    IvanCodes

    08/05/2021, 7:55 PM
    Dashboard is ticked off on the Supabase GitHub page https://github.com/supabase/supabase so it's probably not a planned feature to make it selfhostable. For now if you are looking for a user interface with you database just use pgadmin
  • f

    frubalu

    08/05/2021, 7:56 PM
    Anyone have any experience using Supabase with Prisma?
    f
    h
    • 3
    • 5
1...666768...392Latest