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

    Olyno

    04/20/2022, 7:48 PM
    Database migrations question
  • w

    walker

    04/21/2022, 12:40 AM
    Hey if they’re any devs willing to work on a few projects for some decent pay out there, please dm. It’s kind of simple and should be relatively fast!
  • h

    Hal

    04/21/2022, 4:42 AM
    Where can I find complex RLS policies examples or tutorials?
    g
    • 2
    • 2
  • g

    garyaustin

    04/21/2022, 2:20 PM
    Where can I find complex RLS policies
  • j

    jstansbe

    04/21/2022, 2:43 PM
    I have some server-side long running processes... would supabase functions work for this situation? Essentially, a user starts streaming and I capture chat data (stored in .txt file, so need really fast local storage writes). A streamer could be offline, stream for an hour, or several hours (in some cases all day). Need to use websockets to have the continuous connection fir chat capture. (I can provide additional details if necessary)
  • g

    greentfrapp

    04/21/2022, 6:09 PM
    Hey everyone! We've been using Supabase for awhile and loving it! We thought it'd be great to have a no-code app that plugs right into Supabase to help with creating dashboards. So we came up with Dashibase! You just need to specify your Supabase URL, anon key + the tables you want to expose to your user and out pops your dashboard. https://dashibase.com We are open for beta access now and looking to validate this idea with an initial group of 25 users (see website). PM me for any questions or suggestions!
  • a

    aa

    04/21/2022, 9:36 PM
    Hello supabase, I recently updated the supabase homebrew package from ~0.18 to latest and I started receiving this error when attempting to connect to realtime:
    Copy code
    {
      "event": "phx_reply",
      "payload": {
        "response": {
          "reason": "error occurred when joining realtime:public:space:id=eq.H02JiL with user token"
        },
        "status": "error"
      },
      "ref": "1",
      "topic": "realtime:public:space:id=eq.H02JiL"
    }
    g
    • 2
    • 7
  • f

    fachofacho

    04/22/2022, 2:01 PM
    Hey guys, trying to set up authentication using a browser extension
  • f

    fachofacho

    04/22/2022, 2:02 PM
    I don;t seem to get over the part of the user returning as null
  • f

    fachofacho

    04/22/2022, 2:02 PM
    the authentication is done with google, and as it seems, we are getting an access token
  • g

    garyaustin

    04/22/2022, 2:19 PM
    Probably related: https://github.com/supabase/supabase/issues/6509
  • f

    fachofacho

    04/22/2022, 2:30 PM
    is it possible to implement in general ? Because the thread has not been solved @garyaustin
  • f

    fachofacho

    04/22/2022, 2:33 PM
    the thing is, i'm able to get the access token from launchwebauthflow(), parsed it on jwt.io and it looked fine
  • f

    fachofacho

    04/22/2022, 2:34 PM
    it's just when I use supabase.auth.setAuth i get the an empty session
  • l

    Lars

    04/22/2022, 6:26 PM
    Is it possible buy more database space? I'm trying Supabase instead of my current firebase setup as I'm not a huge fan of nosql, but believe that I might hit the roof on the 8gb DB limit... If not what alternative do I have, as I really like the postgresql (and supabase js api) and the built in auth.
    s
    • 2
    • 2
  • m

    metruzanca

    04/23/2022, 6:38 PM
    Is there a recommended minimum system resources to run supabase in docker?
    g
    t
    • 3
    • 4
  • m

    metruzanca

    04/23/2022, 6:38 PM
    Would a nanode (linode instance w/ 1 shared CPU, 1GB ram) suffice?
  • g

    garyaustin

    04/23/2022, 7:01 PM
    min system resource
  • b

    Bryson_W

    04/24/2022, 3:57 AM
    Is anyone getting errors with anon key in production?
  • b

    Bryson_W

    04/24/2022, 3:57 AM
    with vercel with the env variables?
  • v

    Volkan

    04/24/2022, 4:42 AM
    is there a way to cache Supabase api requests (REST) like react query (i use redux/keajs/class components)
  • b

    Bryson_W

    04/24/2022, 5:02 AM
    When dealing with variables am i suppose to set them in next config as well????
  • f

    Franck

    04/24/2022, 6:03 AM
    Hey, I can't access to my projects anymore, it disconnected me, then when I click on sign In with Github, it redirects me to the same page. Does someone experience the same issue? (Happening on Chrome, I can access my projects with Brave)
  • g

    garyaustin

    04/24/2022, 3:19 PM
    I have no issues on latest Chrome getting to the dashboard.
  • h

    H𝑢𝑳𝒀 𝑺𝑯𝑢𝑻

    04/24/2022, 4:18 PM
    hey guys quick question
  • h

    H𝑢𝑳𝒀 𝑺𝑯𝑢𝑻

    04/24/2022, 4:19 PM
    if i wanna add an entry to a table, and the primary key is auto increment, does it mean it automatically counts up by one with every new entry?
    g
    • 2
    • 1
  • h

    H𝑢𝑳𝒀 𝑺𝑯𝑢𝑻

    04/24/2022, 4:19 PM
    i didnt mention the primary key when i tried an insert function and it gave me a 409 instead
  • m

    metruzanca

    04/24/2022, 6:17 PM
    So I followed the With docker page https://supabase.com/docs/guides/hosting/docker and I saw that it says
    the storage uses the filesystem backend instead of S3
    however I don't see storage in the sidebar in the studio app, tho docker does show that the storage container is up
    5f7616ea7364   supabase/storage-api:v0.10.0     "/bin/sh -c \"./stora…"   25 hours ago   Up 24 hours   5000/tcp
    g
    • 2
    • 2
  • m

    metruzanca

    04/24/2022, 6:18 PM
    How can I get started with storage when selfhosting?
  • g

    garyaustin

    04/24/2022, 6:51 PM
    storage in local
1...216217218...392Latest