We just started seeing lots of failures in one of our deployments and the hosting compute logs are saying failed to create symbolic link ‘/tmp/app/amplify-compute-bundle-output/amplify-compute-bundle-output’: Read-only file system. Its only happening on some branches, but seems sticky - specific branches have the problem and redeploying doesn't help. Other branches don't
#✅ - Amplify Hosting
5 messages · Page 1 of 1 (latest)
Hi @broken walrus , apologies for the delay in getting back on this thread. Are you still observing such errors in the compute logs? We are tracking a similar issue here: https://github.com/aws-amplify/amplify-backend/issues/2437
Can you share an example repo which we could use to reproduce it?
In our case I believe the issues were related to a Next.js server action that was fetching too much data (paging through listItems calls) and timed out.
Thanks for sharing the root cause @broken walrus ! Appreciate it!
✅ - Amplify Hosting