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

AWS Amplify Deployment #1546

Closed
DavidTNguyen opened this issue Apr 26, 2024 · 2 comments
Closed

AWS Amplify Deployment #1546

DavidTNguyen opened this issue Apr 26, 2024 · 2 comments

Comments

@DavidTNguyen
Copy link

I forked the repo and tried to deploy the app on AWS Amplify, but run into some issue with tried to connect to the repo. Does anyone experience the same behavior when working with AWS?

YAMLException: the stream contains non-printable characters at line 51, column 32: name: Build CI �� ^

deployment

@MikeMcC399
Copy link
Contributor

@DavidTNguyen

Your error message refers to Line 51 name: Build CI
That could correspond to

name: Build CI ℹ️

which does indeed contain a character ℹ️. This is in a workflow for CircleCI and it may not be useful or needed in your configuration.

Perhaps other log files would confirm whether it is actually this file which is causing the error?

You could remove the problematic character ℹ️, or perhaps disable / delete the file with the ℹ️ character.

@DavidTNguyen
Copy link
Author

That's it. Thank you. I wish Amplify Console provided the file where that caused the problem. It'd been a lot more developer friendly.

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