nosizejosh

Results 27 comments of nosizejosh

changed schema to below but still no errors and no inserts either. tenants: { // all organaisations a user has access to type: Array, //Object, optional: true, blackbox: true },...

commenting out black box true results in the error below `tenants.0.tenants.id is not allowed by the schema`

@one-aalam any suggestions how to handle this?

Hello @larbish can you please explain what you mean with the magic link solution? A sample codebase for both signup and signin will be great. Will there be a more...

@larbish from this tutorial https://vueschool.io/articles/vuejs-tutorials/use-supabase-auth-with-vue-js-3/ and this snippet ``` // setup auth state listener supabase.auth.onAuthStateChange((event, session) => { // the "event" is a string indicating what trigger the state change...

@justin-schroeder the issue still persists and i'm unable to login to my app because all forms are disabled. @Zielgestalt did you have to do anything else other than run npm...

just tried removing and adding again, but this time using yarn and not npm and that worked. Thanks!

hey @cozmo thanks for this. I am using your example in a node application to scan QR's through camera and I am getting very frequent false positives and this is...

@afdalwahyu thank you for the reply. Is there another package that does similar to vue-grid-layout and plays well with vuex as well? I need to be able to keep track...