You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've found other issues telling this may happen, but with older dependencies, and I am surprised it can happen again with the ceramic blog tutorial and up to date code.
Last thing, I wonder why ipfs is directly used with dag+block, whereas I thought ceramic was the storage used with js-did. Is it possible to sign and encrypt documents directly in ceramic or is it planed ?
thanks.
The text was updated successfully, but these errors were encountered:
this issue can be closed, as it is similar to ceramicnetwork/js-ceramic#1429 (comment)
Here, the import dagJose from 'dag-jose' embeds it in a default member. It implies to use const dagJoseFormat = convert(dagJose.default) to make everything work.
Hello,
By following the README code, and this tutorial, I am faced with the dag-jose codec missing error.
the
dagJoseFormat
looks like :(I am surprised the
dagJoseFormat.codec
is undefined, and I've tried to 'force' it to 'dag-jose' with no success)This throws the error :
With the following libs
I've found other issues telling this may happen, but with older dependencies, and I am surprised it can happen again with the ceramic blog tutorial and up to date code.
Last thing, I wonder why ipfs is directly used with dag+block, whereas I thought ceramic was the storage used with js-did. Is it possible to sign and encrypt documents directly in ceramic or is it planed ?
thanks.
The text was updated successfully, but these errors were encountered: