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
Deploy app to vercel, the build pass, but the page render fails
Actual behavior
The icons shows
Any message or error
[Error: EMFILE: too many open files, open '/var/task/node_modules/lucide-react/dist/esm/icons/send-horizonal.mjs'] {
errno: -24,
code: 'EMFILE',
syscall: 'open',
path: '/var/task/node_modules/lucide-react/dist/esm/icons/send-horizonal.mjs',
page: '/'
}
Resources
Links
Screenshots
The text was updated successfully, but these errors were encountered:
@messaddek Can you check if it's related to this (#52646) and if the provided solution there helps with your issue? Maybe you could also check our build output and if it reaches any of the Vercel limits.
Otherwise we'd need more infos like in the issue linked above.
Prerequisites
Step to reproduce
Deploy app to vercel, the build pass, but the page render fails
Actual behavior
The icons shows
Any message or error
[Error: EMFILE: too many open files, open '/var/task/node_modules/lucide-react/dist/esm/icons/send-horizonal.mjs'] {
errno: -24,
code: 'EMFILE',
syscall: 'open',
path: '/var/task/node_modules/lucide-react/dist/esm/icons/send-horizonal.mjs',
page: '/'
}
Resources
The text was updated successfully, but these errors were encountered: