Page crashing on vercel
Unanswered
Palomino posted this in #help-forum
PalominoOP
Hey everyone! I've two questions, can a page become too big that it becomes difficult to server side render? And the second question is the one below:
So I'm using Chakra UI in a nextjs app which works fine on local server but when deployed to vercel it crashes with this error:
Not really sure what I'm doing wrong but any help is highly appreciated
So I'm using Chakra UI in a nextjs app which works fine on local server but when deployed to vercel it crashes with this error:
[Error: EMFILE: too many open files, open '/var/task/node_modules/@chakra-ui/anatomy/dist/chunk-HAKT6JCA.mjs'] {
errno: -24,
code: 'EMFILE',
syscall: 'open',
path: '/var/task/node_modules/@chakra-ui/anatomy/dist/chunk-HAKT6JCA.mjs',
page: '/catalog/fashion'
}
RequestId: a625f5ba-8225-42e0-9f6a-f68143315aa5 Error: Runtime exited with error: exit status 1
Runtime.ExitErrorNot really sure what I'm doing wrong but any help is highly appreciated