aws-amplify / amplify-hosting

AWS Amplify Hosting provides a Git-based workflow for deploying and hosting fullstack serverless web applications.
https://aws.amazon.com/amplify/hosting/
Apache License 2.0
461 stars 116 forks source link

Failed to create symbolic link: only 500 errors when trying to access our app #3860

Closed Cyanne-Jones closed 11 months ago

Cyanne-Jones commented 11 months ago

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.

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 ```

Additional information

No response

github-actions[bot] commented 11 months ago

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see. If you need more assistance, please open a new issue that references this one.

github-actions[bot] commented 11 months ago

This issue has been automatically locked.