[X] I have done my best to include a minimal, self-contained set of instructions for consistently reproducing the issue.
[X] I have removed any sensitive information from my code snippets and submission.
App Id
doszgiuoszrty
AWS Region
us-east-2
Amplify Hosting feature
Build settings
Frontend framework
Next.js
Next.js version
13.4.1
Next.js router
App Router
Describe the bug
Very similar to this issue, I'm getting nothing but 500's back from my app. It looks like it started happening Friday December 15th in the evening, but we didn't catch it until this morning when we came back to work.
2023-12-18T13:02:49.625-07:00 ln: failed to create symbolic link ‘/tmp/app/amplify-compute-bundle-output/amplify-compute-bundle-output’: Read-only file system
2023-12-18T13:02:49.626-07:00 ln: failed to create symbolic link ‘/tmp/app/node_modules/node_modules’: Read-only file system
2023-12-18T13:02:49.628-07:00 ln: failed to create symbolic link ‘/tmp/app/public/public’: Read-only file system
2023-12-18T13:02:49.629-07:00 ln: failed to create symbolic link ‘/tmp/app/src/src’: Read-only file system
2023-12-18T13:02:49.639-07:00 ln: failed to create symbolic link ‘/tmp/app/.next/export/export’: Read-only file system
2023-12-18T13:02:49.647-07:00 ln: failed to create symbolic link ‘/tmp/app/.next/static/static’: Read-only file system
2023-12-18T13:02:49.648-07:00 ln: failed to create symbolic link ‘/tmp/app/.next/server/chunks/chunks’: Read-only file system
2023-12-18T13:02:49.666-07:00 ln: failed to create symbolic link ‘/tmp/app/.next/server/src/src’: Read-only file system
Nothing but pretty light changes were merged in on Friday, so I can't imagine any code changes would have made this happen. Tried rebuilding a few times, with the same result. Build goes fine, but the second we try to load anything, these errors keep coming in. Any help is greatly appreciated!!
Expected behavior
The app to load without error
Reproduction steps
1: Try to load app
2: App blows up
3: Hit GitHub issues
4: Hope for the best
Build Settings
No response
Log output
```text
2023-12-18T13:02:49.625-07:00 ln: failed to create symbolic link ‘/tmp/app/amplify-compute-bundle-output/amplify-compute-bundle-output’: Read-only file system
2023-12-18T13:02:49.626-07:00 ln: failed to create symbolic link ‘/tmp/app/node_modules/node_modules’: Read-only file system
2023-12-18T13:02:49.628-07:00 ln: failed to create symbolic link ‘/tmp/app/public/public’: Read-only file system
2023-12-18T13:02:49.629-07:00 ln: failed to create symbolic link ‘/tmp/app/src/src’: Read-only file system
2023-12-18T13:02:49.639-07:00 ln: failed to create symbolic link ‘/tmp/app/.next/export/export’: Read-only file system
2023-12-18T13:02:49.647-07:00 ln: failed to create symbolic link ‘/tmp/app/.next/static/static’: Read-only file system
2023-12-18T13:02:49.648-07:00 ln: failed to create symbolic link ‘/tmp/app/.next/server/chunks/chunks’: Read-only file system
2023-12-18T13:02:49.666-07:00 ln: failed to create symbolic link ‘/tmp/app/.next/server/src/src’: Read-only file system
```
Before opening, please confirm:
App Id
doszgiuoszrty
AWS Region
us-east-2
Amplify Hosting feature
Build settings
Frontend framework
Next.js
Next.js version
13.4.1
Next.js router
App Router
Describe the bug
Very similar to this issue, I'm getting nothing but 500's back from my app. It looks like it started happening Friday December 15th in the evening, but we didn't catch it until this morning when we came back to work.
Nothing but pretty light changes were merged in on Friday, so I can't imagine any code changes would have made this happen. Tried rebuilding a few times, with the same result. Build goes fine, but the second we try to load anything, these errors keep coming in. Any help is greatly appreciated!!
Expected behavior
The app to load without error
Reproduction steps
1: Try to load app 2: App blows up 3: Hit GitHub issues 4: Hope for the best
Build Settings
No response
Log output
Additional information
No response