tscole
tscole
Hi - I'm also trying to use this on macOS and getting the same / similar errors. I overcame the first by running "brew install libgcrypt" but I am now...
I'm trying to do similar and can't get this to work. Seems like canView, etc - relate to the class of object not the specific object itself or am I...
Ah, that makes sense. Thanks for responding! I will amend my code and see how I get on.
``` type Curriculum @model @auth(rules: [{ allow: owner, operations: [create, delete, update] }]) { id: ID! title: String! introduction: String series: [Series] @connection(name: "CurriculumSeries") } type Series @model @auth(rules: [{...
Thanks. I'm using this in a three developer team and we have multiple environments including dev, production and sandboxes :) Adding the function manually will potentially be problematic as I...
That's great - thank you
@wizage I've just followed the steps through as well - I wasn't asked about appending to existing schema and no videoObject / videoAsset models are made.
@wizage Just tried this again as follows: ? Choose what project you want to update? videostreams ? Select a system-provided encoding template, specify an already-created template name: Default HLS Adaptive...
I am also having this issue. Initially opened a new issue before I realised this one was already here