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

    mrboutte

    08/19/2021, 12:21 AM
    am I referencing it wrong? I think I also saw some where else in the docs, it was referenced as
    user_id
  • m

    mrboutte

    08/19/2021, 1:00 AM
    for reference this is what I'm referring too. Clicking view data on any fk that references the
    users.id
    the following error is displaying. And I'm 100% sure that user exist
  • r

    RECRESEXIEVESTYP

    08/19/2021, 2:57 AM
    😐 I will use next-auth and prisma with supabase
  • j

    jason-lynx

    08/19/2021, 3:11 AM
    does it work fine if u query the row from the SQL editor?
  • j

    jason-lynx

    08/19/2021, 3:18 AM
    based on the format here: https://supabase.io/docs/gotrue/server/about#put-user, i'd guess you can do something like
    Copy code
    const { user, error } = await supabase.auth.update({ 
      email: 'new-email'
    })
    update function: https://supabase.io/docs/reference/javascript/auth-update
  • m

    Marky

    08/19/2021, 3:46 AM
    Any plans to support Stored Procedures?
  • d

    Deleted User

    08/19/2021, 3:52 AM
    Will Supabase planning to offer a bounty for vulnerabilities?πŸ‘€
  • m

    mrboutte

    08/19/2021, 10:07 AM
    Yea I believe this is just a UI issue. I can query the user and the record with the users id
  • u

    user

    08/19/2021, 9:53 PM
    hi, is anyone having issues with Supabase ?
  • u

    user

    08/19/2021, 9:53 PM
    i cant access my tables, it keeps on loading them forever!
  • u

    user

    08/19/2021, 9:57 PM
    well i guess its down πŸ™
  • u

    user

    08/19/2021, 10:00 PM
    I can't login atm
  • u

    user

    08/19/2021, 10:05 PM
    yeah same
  • u

    user

    08/19/2021, 10:14 PM
    it seems the issue is happening to few of us maybe? my friend seems to be able to access the tables inside the db, but i cant
  • u

    user

    08/19/2021, 10:14 PM
    https://tenor.com/view/let-me-in-eric-andre-wanna-come-in-gif-13730108
  • o

    Olyno

    08/20/2021, 1:04 AM
    Do you still have the issue? @User @User
  • u

    user

    08/20/2021, 1:05 AM
    nope, my issue was related to my network, i just had to reboot the router
  • d

    darora

    08/20/2021, 2:11 AM
    @User @User if you're still facing issues, could you email support@supabase.io with your project ref and any other details? Thanks!
  • o

    Olyno

    08/20/2021, 2:19 AM
    wrong ping for me i guess xD
  • d

    Deleted User

    08/20/2021, 3:21 AM
  • u

    user

    08/20/2021, 3:22 AM
    can someone give an example of updating a json array in a table?
  • u

    user

    08/20/2021, 3:22 AM
    documentation is not clear and i am struggling T_T
  • j

    jason-lynx

    08/20/2021, 3:47 AM
    not sure how via the supabase UI, but maybe this example via a usual update query might help? https://stackoverflow.com/questions/41593815/update-json-array-in-postgres
  • u

    user

    08/20/2021, 8:43 AM
    It's back up now
  • j

    JW

    08/20/2021, 9:04 AM
    I got a gift today ☺️
  • x

    Xyo

    08/20/2021, 12:54 PM
    Did supabase-js get updated today and sneaked some require in the code :-s ?
  • x

    Xyo

    08/20/2021, 12:56 PM
    const { version } = require('./version')
  • x

    Xyo

    08/20/2021, 12:58 PM
    @User sorry to tag, shouldn't that be a
    import
    :-s?
  • x

    Xyo

    08/20/2021, 12:58 PM
    https://github.com/supabase/supabase-js/blob/93b51af3c90beed8641e93994b6eaf44860fe77c/src/lib/constants.ts#L2
  • x

    Xyo

    08/20/2021, 12:58 PM
    cause a require breaks lots of existing setups
1...828384...392Latest