Next.js Discord

Discord Forum

Vercel Cannot find module 'styled-jsx/style'

Unanswered
West African Lion posted this in #help-forum
Open in Discord
Avatar
West African LionOP
I have a deployed app on Vercel and Im getting a 500 internal server error on the route I have
Cannot find module 'styled-jsx/style'
Require stack:
- /var/task/node_modules/next/dist/server/require-hook.js
- /var/task/node_modules/next/dist/server/next.js
- /var/task/src/app/api/index.js
Did you forget to add it to "dependencies" in `package.json`?
Node.js process exited with exit status: 1. The logs above can help with debugging the issue.


The module is installed

0 Replies