Tons of this 311.js error #18649
Replies: 2 comments 1 reply
-
The error you're encountering, "Cannot find module './331.js'," suggests that there is a missing module or a misconfiguration in your setup. Here are a few steps you can take to troubleshoot and potentially resolve this issue:
If none of these steps resolve the issue, you might need to delve deeper into the specific setup and configuration of your environment to identify any discrepancies. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
Beta Was this translation helpful? Give feedback.
-
Ok, I attempted another clean install by using a new LXC. I can The reason why it failed on the previous LXC could be: a bad version of |
Beta Was this translation helpful? Give feedback.
-
Hello
cal.com seems to run: I can log in, I can load Event Types. But eventually it will crash, and console output is full of this:
@calcom/web:dx: Error: Cannot find module './331.js'
@calcom/web:dx: Require stack:
@calcom/web:dx: - /opt/cal.com/apps/web/.next/server/webpack-runtime.js
@calcom/web:dx: - /opt/cal.com/apps/web/.next/server/pages/_document.js
@calcom/web:dx: - /opt/cal.com/node_modules/next/dist/server/require.js
@calcom/web:dx: - /opt/cal.com/node_modules/next/dist/server/load-components.js
...
@calcom/web:dx: code: 'MODULE_NOT_FOUND',
@calcom/web:dx: requireStack: [
@calcom/web:dx: '/opt/cal.com/apps/web/.next/server/webpack-runtime.js',
@calcom/web:dx: '/opt/cal.com/apps/web/.next/server/pages/_document.js',
...
@calcom/web:dx: ]
@calcom/web:dx: }
What am I doing wrong or missed?
Beta Was this translation helpful? Give feedback.
All reactions