https://supabase.com/ logo
Join DiscordCommunities
Powered by
# off-topic
  • m

    mikeanth

    03/07/2022, 10:14 PM
    Hey guys! Any eta for storage-py?
  • m

    mikeanth

    03/07/2022, 10:15 PM
    I am have some python code already and i am using postgres-py and I'd rather not migrate to dart or JavaScript
  • b

    Borisdm

    03/08/2022, 2:28 AM
    Hello 👋 , is it possible to select inner fileds from supabase relatime DB updates?
    g
    • 2
    • 4
  • z

    zhoudanal

    03/08/2022, 3:28 AM
    where do you store your files,do you store your files on decentralized storage like IPFS?
    s
    • 2
    • 1
  • d

    dsinghvi

    03/08/2022, 7:37 AM
    Hey -- I write java micro services and currently use liquibase + jooq with a managed postgres instance. What benefit will I get to move away from that setup to supabase?
    s
    • 2
    • 1
  • d

    discoding

    03/08/2022, 11:22 AM
    hey all is anyone getting this error where you can't invite a user from dashboard?
    s
    d
    • 3
    • 5
  • s

    silentworks

    03/08/2022, 12:32 PM
    Can't invite user from Dashboard
  • s

    silentworks

    03/08/2022, 12:33 PM
    Files stored
  • s

    silentworks

    03/08/2022, 12:34 PM
    Java microservices
  • m

    mikeanth

    03/08/2022, 5:13 PM
    I am having some trouble connecting to the realtime api in NodeJS and I am unsure why. I followed the
    Creating a Socket connection
    section from the docs here: https://github.com/supabase/realtime-js My code looks like this:
    Copy code
    import { RealtimeClient } from '@supabase/realtime-js'
    
    var client = new RealtimeClient("wss://<project_ref>.supabase.co/realtime/v1")
    client.connect()
    
    client.onOpen(() => console.log('Socket opened.'))
    client.onClose(() => console.log('Socket closed.'))
    client.onError((e) => console.log('Socket error', e))
    g
    • 2
    • 41
  • s

    Silen

    03/08/2022, 5:58 PM
    Getting the following error when trying to query the db using Prisma. I asked the Prisma Slack and they suggested making sure the correct protocol is selected but I'm not sure how to change it. I'm not using Supabase auth, I'm using NextAuth and this was working fine before I took a couple week break from the project
  • b

    BEBEBAZTIAN

    03/09/2022, 12:34 AM
    What do we think the feuture off supabase is going to look like?
  • e

    erlendtl

    03/09/2022, 12:08 PM
    Dont think these are supposed to be the same?
    s
    • 2
    • 1
  • e

    erlendtl

    03/09/2022, 12:08 PM
    https://supabase.com/docs/reference/dart/subscribe
  • m

    MDobs

    03/09/2022, 12:28 PM
    Is there some issue with the way Supabase connects to Facebook for login? I received:
    Copy code
    Your app is violating Platform Term 7.d because URLs listed on your app dashboard settings could not be accessed for platform compliance review. Fix the broken or inaccessible links in the following fields within Basic Settings on your App Dashboard:
    
    Website: Site URL
    s
    • 2
    • 4
  • s

    silentworks

    03/09/2022, 12:43 PM
    Dart examples in the docs
  • s

    silentworks

    03/09/2022, 12:44 PM
    Supabase with Facebook OAuth
  • l

    logemann

    03/09/2022, 1:57 PM
    is it just me or is supabase super slow today from time to time?
  • g

    goinglive-in-321

    03/09/2022, 4:18 PM
    Hi, in supabase storage each item has gets a url that if you visit that url it downloads the object. Every time that URL is pinged, dose that get counted toward the download or transfer limit?
  • g

    garyaustin

    03/09/2022, 4:37 PM
    For sure if it hits the storage server it counts. I would guess if it is cached in the CDN it does too (as CDN services charge an egress fee), but I can't find any statement on that from Supabase. Posted this as a reply in case someone has more info on the CDN impact. If you reply please start a thread.
  • m

    maxlyth

    03/10/2022, 12:01 AM
    I just wanted to shout out a thanks for supabase-cli. I had an existing DB so getting the initial commit to work was a struggle. The hosted DB I had was live and the documentation is primitive so I wasted a lot of time trying to understand how it worked. I had to manually rework the initial commit and still generally rewrite each migration as the diff makes mistakes but that gives me an opportunity to document the schema changes. It seems pretty rugged and has yet to fail me although some features are missing and permission are a mess along with the documentation. This is a massive improvement in development and release management workflow that is under recognised. So cool that someone made this happen.
  • e

    emilioschepis

    03/10/2022, 7:46 AM
    Hi all! Don't know what the correct channel to post this on would be, but the Vercel+Supabase integration does not seem to be working. The network requests work correctly but then there is a client-side error (Minified React error #321).
  • x

    xananax

    03/10/2022, 2:14 PM
    Anyone knows how to use with ? supabase-auth-helper's
    withAuthRequired
    generates a
    getServerSideProps
    method. But Next's
    middleware
    has a different API than
    getServerSideProps
    . It receives
    response
    , but I can't seem to be able to access a
    NextAPIRequest
    object, which
    withAuthRequired
    needs.
  • x

    xananax

    03/10/2022, 2:15 PM
    I am not sure which example you're referring to, but I just started from a Next+Supabase example from the official Supabase repo without issues. I did follow the tutorial though, not sure about the repo itself
  • z

    Zafar Ansari

    03/10/2022, 3:15 PM
    Is there any progress on SQL implementations of pg_graphql's C components?
  • x

    xananax

    03/10/2022, 3:52 PM
    I answered myself https://github.com/supabase-community/supabase-auth-helpers/issues/36
  • d

    drex

    03/10/2022, 4:37 PM
    wai do companies accept nano-degrees 💀
  • x

    xananax

    03/10/2022, 4:41 PM
    companies mostly want to see what you can do. Some hire on attitude, some hire on portfolio, some hire after testing. Having a degree is generally a +, but it doesn't matter a lot
  • x

    xananax

    03/10/2022, 4:41 PM
    Some companies absolutely require a degree, but they're rare
  • x

    xananax

    03/10/2022, 4:43 PM
    For reference, I have been programming for nearly 25 years and most teams were about split 50% 50% between people with a degree and people without
1...197198199...392Latest