Replies: 1 comment 1 reply
-
can you provide more details about the error? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Howdy!
I am trying to implement Veramo into a NextJS 14 project and I keep getting an error that states that 'name' is read only and that ipfs-unixfs is trying to modify it. What I need is just the DID and DID document functionality. What I've noticed is that if the KeyManager portion of the code is commented out, the error does not happen. What am I missing and what can I do to be able to implement Vermo in my NextJS project. I will leave below the relevant code:
veramo-setup.ts
test code in component:
packages I have installed:
Beta Was this translation helpful? Give feedback.
All reactions