From b63bdf009897e33c3a89b18a1ced5b976caf159b Mon Sep 17 00:00:00 2001 From: David Hasani Date: Thu, 18 Jun 2026 13:33:10 -0700 Subject: [PATCH] fix: add troubleshooting ref doc --- ...rkload-continuous-modernization-troubleshooting.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 aws-transform/steering/workload-continuous-modernization-troubleshooting.md diff --git a/aws-transform/steering/workload-continuous-modernization-troubleshooting.md b/aws-transform/steering/workload-continuous-modernization-troubleshooting.md new file mode 100644 index 0000000..c61480a --- /dev/null +++ b/aws-transform/steering/workload-continuous-modernization-troubleshooting.md @@ -0,0 +1,11 @@ +--- +name: troubleshooting +description: Troubleshooting guide for issues that occur during setup and execution of AWS Transform continuous modernization. +--- + +# Common Errors + +## Error writing files to the ~/.atxct folder + +If attempting to read or write files to the user's ~/.atxct folder fails due to an error similar to "File access is restricted to the open workspace folders", write a script or find another way to read/write to this directory -- there is no substitute/alternative location for files in ~/.atxct so be sure to find a way to do it. +