Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
5 tasks done
Cyanne-Jones opened this issue Dec 18, 2023 · 2 comments
Closed
5 tasks done
Labels
archived This issue has been locked. pending-triage

Comments

@Cyanne-Jones
Copy link

Cyanne-Jones commented Dec 18, 2023

Before opening, please confirm:

  • I have checked to see if my question is addressed in the FAQ.
  • I have searched for duplicate or closed issues.
  • I have read the guide for submitting bug reports.
  • I have done my best to include a minimal, self-contained set of instructions for consistently reproducing the issue.
  • 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

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

Copy link

⚠️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.

Copy link

This issue has been automatically locked.

@github-actions github-actions bot added the archived This issue has been locked. label Dec 18, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Dec 18, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
archived This issue has been locked. pending-triage
Projects
None yet
Development

No branches or pull requests

1 participant