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
error uncaughtException: Error: Cannot create a string longer than 0x1fffffe8 characters
at Object.slice (node:buffer:593:37)
at Buffer.toString (node:buffer:811:14)
at utf8BufferToString (.../loader-runner/LoaderRunner.js:1:2114)
...
.../node_modules/next/dist/compiled/webpack/bundle5.js:1:267649
at FSReqCallback.readFileAfterClose [as oncomplete] (node:internal/fs/read_file_context:68:3) {
code: 'ERR_STRING_TOO_LONG'
The text was updated successfully, but these errors were encountered:
To recreate:
Error
error uncaughtException: Error: Cannot create a string longer than 0x1fffffe8 characters at Object.slice (node:buffer:593:37) at Buffer.toString (node:buffer:811:14) at utf8BufferToString (.../loader-runner/LoaderRunner.js:1:2114) ... .../node_modules/next/dist/compiled/webpack/bundle5.js:1:267649 at FSReqCallback.readFileAfterClose [as oncomplete] (node:internal/fs/read_file_context:68:3) { code: 'ERR_STRING_TOO_LONG'
The text was updated successfully, but these errors were encountered: