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
/node_modules/@peculiar/asn1-schema/build/cjs/schema.js:1
Error: Cannot get schema for 'ObjectIdentifier' target
at AsnSchemaStorage.get (node_modules/@peculiar/asn1-schema/build/cjs/schema.js:17:19)
at Function.toASN (node_modules/@peculiar/asn1-schema/build/cjs/serializer.js:24:48)
at Function.serialize (node_modules/@peculiar/asn1-schema/build/cjs/serializer.js:14:21)
at Function.serialize (node_modules/@peculiar/asn1-schema/build/cjs/convert.js:10:43)
at Function.register (node_modules/webcrypto-core/build/webcrypto-core.js:1144:43)
at Object.<anonymous> (node_modules/webcrypto-core/build/webcrypto-core.js:1170:10)
at Object.<anonymous> (node_modules/@peculiar/webcrypto/build/webcrypto.js:7:12)
at Object.<anonymous> (/node_modules/isomorphic-webcrypto/src/index.js:1)
at Object.<anonymous> (/node_modules/isomorphic-webcrypto/src/main.js:1)
at Object.<anonymous> (/node_modules/@pathcheck/dcc-sdk/lib/cose-js/sign.js:1)
at Object.<anonymous> (/node_modules/@pathcheck/dcc-sdk/lib/dcc.js:1)
at Object.<anonymous> (/node_modules/@pathcheck/dcc-sdk/lib/main.js:1)
The text was updated successfully, but these errors were encountered:
This error occurs because the @peculiar/asn1-schema module registers schemas at the module variable level. If your project includes multiple versions of this module, the schemas might be registered in different instances, leading to this error.
/node_modules/@peculiar/asn1-schema/build/cjs/schema.js:1
Error: Cannot get schema for 'ObjectIdentifier' target
The text was updated successfully, but these errors were encountered: