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

    burggraf

    12/08/2021, 12:28 AM
    which I believe is a bump up from 1gb to 8gb of memory
  • o

    Olyno

    12/08/2021, 12:57 AM
    Selfhost Raspberry
  • b

    bloopypoo

    12/08/2021, 3:18 AM
    hello, i was just wondering is this manual request for upgrading the service currently the only way you can update the size of your instances? or is there some autoscale feature for pay as you go
    b
    • 2
    • 4
  • t

    tricked

    12/08/2021, 7:11 AM
    is there a api reference anywhere?
    s
    • 2
    • 2
  • t

    tricked

    12/08/2021, 7:12 AM
    like just using raw http
  • c

    cbert

    12/08/2021, 9:05 AM
    Hello, does anyone know how to use pg_graphql on supastore.io instead of self-hosting? I can't find it in the extensions section. https://supabase.com/blog/2021/12/03/pg-graphql
  • m

    Mathel

    12/08/2021, 10:07 AM
    Hey 👋 how do you handle saving nested relations on a client side? https://stackoverflow.com/questions/70214826/creating-nested-relationships-with-supabase
  • e

    eunjae

    12/08/2021, 10:58 AM
    My app is at eu-west-2, but I cannot load table rows. Is there any ongoing issue?
    s
    • 2
    • 2
  • k

    korayem

    12/08/2021, 12:52 PM
    I am totally new to supabase but decided to re-write our whole startup on top of many tools all built-on top of supabase My first issue is any two tables with FK relationship I create in Supabase isn't detected in 2 apps I tried so far: forestadmin and nocodb who connect to Supabase through connection string 1st screenshot: I have
    places
    table with FK to
    country
    2nd screenshot: In nocodb, it sees the column
    places.country
    as
    int4
    not as a FK 3rd screenshot: Same in forestadmin, sees the column
    places.country
    as
    number
    not as a FK What's surprising is if I create two new tables with FK relationship from nocodb which in turn creates them in supabase, it detects the relationship, and also forestadmin sees the relationship as expected (for same two tables created from nocodb) My assumption is that supabase is setup in a way that only table
    owner
    has permission to see its relationships and alter them, hence they're not detected by other apps Update: I added this to github discussions to verify it's a problem before adding it github issues https://github.com/supabase/supabase/discussions/4383
  • y

    yishern

    12/08/2021, 12:59 PM
    Hey @User , I'm interested to run a open source+saas platform and I have a technical question relevant to the blog post https://supabase.com/blog/2021/11/30/supabase-studio 1) How do you open source the frontend code (studio) and yet maintain a hosted platform in the same codebase? Do you maintain a separate fork/restricted-access-branch within your internal team? 2) Could you point me to any next.js or vercel resources relevant to the above?
  • c

    celikovic

    12/08/2021, 1:07 PM
    Hello everyone! I'm playing around with Supabase and Realtime in particular. I made it work quite quickly, but it seems like the connection drops after sending a couple of events back and forward. Did anyone else experience this? Here is vercel example: https://whiteboard-omega.vercel.app/ Images are draggable, you can open two browsers to test it out.
  • s

    silentworks

    12/08/2021, 3:28 PM
    API endpoints
  • s

    silentworks

    12/08/2021, 3:31 PM
    Supabase dashboard wont load table rows
  • f

    FrankS

    12/08/2021, 3:48 PM
    Good morning! Looking for more info about that http extension ("HTTP client for PostgreSQL, allows web page retrieval inside the database.") - any pointers to more documentation and/or example-code would be much appreciated!
  • l

    laznic

    12/08/2021, 4:16 PM
    Here are the Supabase's own HTTP extension's docs: https://supabase.github.io/pg_net/api/
  • m

    Midas

    12/08/2021, 4:23 PM
    Need Help with real-time subscription on react
    • 1
    • 1
  • f

    FrankS

    12/08/2021, 4:27 PM
    Careful! Supabase's http extension as described in the pg_net repo seems very different from the pgsql-http one...
  • c

    CheesyNeesh

    12/08/2021, 5:46 PM
    how do you add triggers in the dashbaord
    s
    j
    • 3
    • 4
  • s

    silentworks

    12/08/2021, 6:18 PM
    Creating triggers in the Supabase dashboard
  • l

    lsunkieder

    12/08/2021, 8:04 PM
    hey all! wondering if anyone has a good example for RLS utilizing a pivot table ?
  • d

    dommarr

    12/08/2021, 8:09 PM
    Thoughts on the easiest way to get a Slack notification when a new row is added to a table?
  • l

    lsunkieder

    12/08/2021, 8:35 PM
    oh my it's right here in the documentation 🤦‍♂️ https://supabase.com/docs/guides/auth/row-level-security#policies-with-joins
  • i

    Ize_Cubz

    12/09/2021, 3:09 PM
    Does anyone have an example NGINX config for accessing their self-hosted supabase?
  • t

    tbw

    12/09/2021, 3:29 PM
    Hi. I am planning to use Nuxt 3 for my new project. Is it working well with supabase?
  • v

    Village

    12/09/2021, 3:31 PM
    What's the best way to update my self-hosting?
  • v

    Village

    12/09/2021, 3:32 PM
    Just create a new thing with the most up to date stuff and migrate my data or run
    docker-compose up
    or something else?
  • j

    JustinR

    12/09/2021, 3:36 PM
    Hey @User I ran into problem that I couldn't solve with sending files to Supabase through Nuxt3 frontend and backend which ruined my personal project and the problem was on Nuxt3 ( https://github.com/nuxt/framework/issues/1561 ) but outside that it was working like a champ on everything else I was doing so if your project is going to require file transfer I'd recommend just using Vue 3 like I had to
  • a

    Anorok

    12/09/2021, 4:35 PM
    Hi everyone. New Supabase user here! I've been reading docs, and running into an issue with auth (started with using magic link for now). I seem to be missing something in regards to accessing user data once logged in. After clicking the magic link, supabase.auth.user() logs as null.
  • a

    Anorok

    12/09/2021, 4:37 PM
    I've been following along with Jon Meyers' video course. The only variant is that I'm using the magic code auth instead of a 3rd party (github is used in the example)
  • p

    peterp

    12/09/2021, 6:23 PM
    Hey folks, I'm trying to change my password, but I'm getting the following error:
    ERROR:  must be superuser to alter replication users
1...155156157...316Latest