You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a question regarding the error occurring during file uploads.
When the connection is set to a specific instance, two error messages appear during the file upload process.
For the first error, although the message suggests checking the CloudWatch logs, no detailed information is recorded in the logs. Therefore, I close the error popup and proceed to the next step.
However, in the case of the second error (details below), I am unable to proceed, and the file upload cannot be completed.
Details of the Second Error:
At "Step 5," when clicking the final "Submit" button, red text appears below the instance name with the following error message: { "Status": "Error", "Message": "Expecting value: line 1 column 1 (char 0)" }
These two errors do not occur when switching the configuration to a sandbox environment or other instances.
I have attached a screenshot of the error from the JavaScript console for your reference. Could you please review the details?
Additionally, the CSV file complies with AMC's requirements, and I have confirmed that it can be uploaded without any issues to multiple other instances.
These errors occur only when switching the upload destination to a specific instance.
When switching the upload destination to any other instance, uploading the same file succeeds without any issues.
Could you please clarify the cause of these problems and provide a solution?
The text was updated successfully, but these errors were encountered:
Please complete the following information about the solution:
Version: [e.g. v1.0.0]
To get the version of the solution, you can look at the description of the created CloudFormation stack. For example, "(SO0222) - amcufa v1.0.0. This is the base AWS CloudFormation template that defines resources and nested stacks for this solution.". If the description does not contain the version information, you can look at the mappings section of the template:
I have a question regarding the error occurring during file uploads.
When the connection is set to a specific instance, two error messages appear during the file upload process.
For the first error, although the message suggests checking the CloudWatch logs, no detailed information is recorded in the logs. Therefore, I close the error popup and proceed to the next step.
However, in the case of the second error (details below), I am unable to proceed, and the file upload cannot be completed.
Details of the Second Error:
At "Step 5," when clicking the final "Submit" button, red text appears below the instance name with the following error message:
{ "Status": "Error", "Message": "Expecting value: line 1 column 1 (char 0)" }
These two errors do not occur when switching the configuration to a sandbox environment or other instances.
I have attached a screenshot of the error from the JavaScript console for your reference. Could you please review the details?
Additionally, the CSV file complies with AMC's requirements, and I have confirmed that it can be uploaded without any issues to multiple other instances.
These errors occur only when switching the upload destination to a specific instance.
When switching the upload destination to any other instance, uploading the same file succeeds without any issues.
Could you please clarify the cause of these problems and provide a solution?
The text was updated successfully, but these errors were encountered: