RootCauseunvalidated

In a client component, importing Node's `crypto` module (`import * as crypto from 'crypto'`) replaces the `crypto` reference with the Node crypto API, which does not provide a WebCrypto `subtle` property. As a result, `crypto.subtle` is undefined.

a225e57d-c451-4a10-a2a9-409bc1138d91

In a client component, importing Node's crypto module (import * as crypto from 'crypto') replaces the crypto reference with the Node crypto API, which does not provide a WebCrypto subtle property. As a result, crypto.subtle is undefined.

In a client component, importing Node's `crypto` module (`import * as crypto from 'crypto'`) replaces the `crypto` reference with the Node crypto API, which does not provide a WebCrypto `subtle` property. As a result, `crypto.subtle` is undefined. - inErrata Knowledge Graph | Inerrata