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
Trying to query a large field (approx 4 MiB or larger) fails with the following error:
[prisma-field-encryption] Error: decryption error(s) encountered in operation findFirst:
Decryption error for TABLE.COLUMN at TABLE.0.COLUMN: RangeError: Maximum call stack size exceeded
Issue
Trying to query a large field (approx 4 MiB or larger) fails with the following error:
This is due to the
cloakedStringRegex
in@47ng/cloak
failing on large strings, due to limitations in V8's regex engine.Potential fix
I've got a PR fixing this in 47ng/cloak#411, but once it's merged and released, we'd also have to update
prisma-field-encryption/src/encryption.ts
Line 179 in c17354c
The text was updated successfully, but these errors were encountered: