Cannot read properties of undefined (reading 'did')

I’m finally getting around to moving from the old IDX/publish tools to the glazed packages.

Getting the error Cannot read properties of undefined (reading 'did') when calling manager.createSchema. I am sure I have an authenticated did in the ceramic client. Any idea why it can’t find the did?

Tried to attach a screenshot showing I have an authenticated ceramic client (but I can’t add media yet I guess).

Solved the issue by creating the manager with const manager = new ModelManager({ceramic: client})

1 Like

Ah, great that you figured it out! :pray:t3: