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

    thecoderatekid

    11/30/2021, 7:41 PM
    so the storage api works make sure your set the permissions correctly on it!!!
  • s

    silentworks

    11/30/2021, 8:26 PM
    Spinning up new table after user init
  • q

    qruz

    11/30/2021, 9:12 PM
    Hey, I was wondering if there's a way to upgrade/downgrade the version of postgres ? I'm running into issues because of the newer updates where i can't schema diff with pgAdmin ....
  • m

    Merl

    11/30/2021, 9:25 PM
    I'm getting the following error when trying to launch the studio docker image:
    standard_init_linux.go:228: exec user process caused: exec format error
    any clue?
  • a

    anothercoder

    12/01/2021, 1:15 AM
    Try uninstalling postgresql-13 stuff and install the postgresql-14 stuff if your db is version 14. E.g. using a lower version of pg_dump agst a higher version db will complain...
  • a

    anothercoder

    12/01/2021, 1:19 AM
    I dont think there is a username/password auth in supabase.
  • g

    Gita Alekhya Paul | Quinence

    12/01/2021, 2:46 AM
    Hi, can someone please show an example of database query chaining in supabase? I can't seem to find any mention in the docs... Actually, I am trying to implement something like MongoDB aggregation pipelines
  • a

    anothercoder

    12/01/2021, 2:50 AM
    https://supabase.com/docs/reference/javascript/using-filters https://supabase.com/docs/reference/javascript/using-modifiers
  • g

    Gita Alekhya Paul | Quinence

    12/01/2021, 3:02 AM
    actually I was looking for database query chaining
  • a

    anothercoder

    12/01/2021, 3:03 AM
    I think u have to do it in postgresql sql... 🙂
  • g

    Gita Alekhya Paul | Quinence

    12/01/2021, 3:03 AM
    so do I have to create functions and then call them through RPC?
  • g

    Gita Alekhya Paul | Quinence

    12/01/2021, 3:04 AM
    is that the only way that supabase currently supports?
  • a

    anothercoder

    12/01/2021, 3:08 AM
    Seems like it, u can search for rpc in the github discussions...
  • j

    JustinR

    12/01/2021, 6:04 AM
    By some weird chance has anyone here tried to integrate with Nuxt 3? I've been struggling to send avatar files to the storage api for the last 3 days
  • m

    Mew

    12/01/2021, 8:35 AM
    If I enable RLS, does it prevent reading realtime updates? I've used readonly policy from template
  • a

    anothercoder

    12/01/2021, 8:46 AM
    RLS for Realtime shld be announced later today... currently there is no RLS.
  • m

    Mew

    12/01/2021, 8:47 AM
    Got it! Thanks alot
  • b

    batuhanbilginn

    12/01/2021, 9:29 AM
    Is there any problem in Realtime at the moment? It seems like I can't get updates...
  • a

    assistattow

    12/01/2021, 11:27 AM
    I'm having issues fetching any data from my database other than a single row. It's really annoying cause it was fine earlier
  • h

    Hal

    12/01/2021, 1:44 PM
    hey guys, I've set up a smtp server using sendgrid for the email confirmation. I can receive the email just fine, but the confirmation link does not work. Any suggestions? EDIT: turning off sendgrid's click tracking solved the issue
  • x

    Xyo

    12/01/2021, 2:24 PM
    Is there any issue with Supabase right now? .in domain
  • x

    Xyo

    12/01/2021, 2:24 PM
    Status page doesn’t report anything odd
  • x

    Xyo

    12/01/2021, 2:54 PM
    One of my projects seems to work, one is just dead for like 2 hours 🤔
  • x

    Xyo

    12/01/2021, 3:01 PM
    support got back to me and is looking into it, ignore me
  • u

    Ueslu

    12/01/2021, 5:57 PM
    Guys, i have a question, i did the login with discord flow, and i've got the
    access_token
    but when i use it to try to get anything from the discord api it gives me
    unauthorized
  • u

    Ueslu

    12/01/2021, 6:00 PM
    Nevermind, i found the issue, i was using
    access_token
    which in case i needed to use the
    provider_token
  • h

    Hal

    12/01/2021, 8:11 PM
    is it possible to delete the entire contents of a folder in storage? I think using wildcard used to work but not anymore
    Copy code
    const { data, error } = await supabase.storage.from(bucket).remove([`${user_id}/${folderName}/*`]);
  • c

    coozamano

    12/01/2021, 8:13 PM
    My project's db is completely down, is something going on on Supabase's side?
  • c

    coozamano

    12/01/2021, 8:14 PM
    I am getting connection refused when running queries
  • u

    user

    12/01/2021, 10:42 PM
    Is storage disabled by default when running through docker?
1...146147148...316Latest