-
-
Notifications
You must be signed in to change notification settings - Fork 182
Open
Labels
Description
Prerequisites
- Version: 6.2.0
- Are you running from source/main: No
- Are you using a released build: Yes
- Operating system: Deployed on Vercel
Step to reproduce
- Upgrade to 6.2.0
- Use tons of Icon everywhere
- Deploy to Vercel
Actual behavior
- Build passed on Vercel, but server-side rendering/rehydration throws the error below
NOTE: Dev/Build is working just fine on the local machine
Any message or error
2023-02-05T23:21:36.825Z
ERROR [Error: EMFILE: too many open files, open '/var/task/node_modules/.pnpm/iconoir-react@6.2.0_react@18.2.0/node_modules/iconoir-react/dist/esm/ShareIos.mjs'] {
errno: -24,
code: 'EMFILE',
syscall: 'open',
path: '/var/task/node_modules/.pnpm/iconoir-react@6.2.0_react@18.2.0/node_modules/iconoir-react/dist/esm/ShareIos.mjs',
page: '/'
}
RequestId: d7fb0c90-4232-4896-8c8a-0e1598ad436e Error: Runtime exited without providing a reason
Runtime.ExitError
Additional info or screenshots
Downgrading to 6.1.0 fixed the issue. This is likely introduced by #240