Hi, I'm running into 500 errors with my deployed NextJS website.
INIT_REPORT Init Duration: 974.02 ms Phase: init Status: error Error Type: Runtime.ExitError
2025-10-13T21:38:24.677Z
LOGS Name: bootstrap State: Already subscribed Types: [Platform, Function]
2025-10-13T21:38:24.731Z
ln: failed to create symbolic link '/tmp/app/amplify-compute-bundle-output/amplify-compute-bundle-output': Read-only file system
2025-10-13T21:38:24.733Z
ln: failed to create symbolic link '/tmp/app/node_modules/node_modules': Read-only file system
2025-10-13T21:38:24.736Z
ln: failed to create symbolic link '/tmp/app/public/public': Read-only file system
2025-10-13T21:38:24.740Z
ln: failed to create symbolic link '/tmp/app/.next/build/build': Read-only file system
2025-10-13T21:38:24.744Z
ln: failed to create symbolic link '/tmp/app/.next/diagnostics/diagnostics': Read-only file system
2025-10-13T21:38:24.758Z
ln: failed to create symbolic link '/tmp/app/.next/static/static': Read-only file system
2025-10-13T21:38:24.764Z
ln: failed to create symbolic link '/tmp/app/.next/types/types': Read-only file system
2025-10-13T21:38:24.767Z
ln: failed to create symbolic link '/tmp/app/.next/server/chunks/chunks': Read-only file system
2025-10-13T21:38:24.769Z
ln: failed to create symbolic link '/tmp/app/.next/server/edge/edge': Read-only file system```
I notice it's trying to go to '/tmp/app/.next/server/**edge**/edge' for example.
Not sure what could be going wrong. Help would be appreciated!