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

File Upload Error Occurring Only When Switching to a Specific Instance #275

Open
suzuki-ryuji opened this issue Jan 16, 2025 · 3 comments
Open

Comments

@suzuki-ryuji
Copy link

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.
20250116_01

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)" }
20250116_02

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?
20250116_03
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?

@ianwow
Copy link
Member

ianwow commented Jan 16, 2025

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:

Mappings:
  Application:
    Solution:
      Id: "SO0222"
      Name: "amcufa"
      Version: "v1.0.0"
  • Region: [e.g. us-east-1]

@suzuki-ryuji
Copy link
Author

The version information for the solution is as follows:
Version: [v3.0.8]

@ianwow
Copy link
Member

ianwow commented Jan 17, 2025

What region? Knowing the region will enable me to confirm that you are using the correct Marketplace Id.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants