cypress-realworld-app icon indicating copy to clipboard operation
cypress-realworld-app copied to clipboard

AWS Amplify Deployment

Open DavidTNguyen opened this issue 1 year ago • 1 comments

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

DavidTNguyen avatar Apr 26 '24 18:04 DavidTNguyen

@DavidTNguyen

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

https://github.com/cypress-io/cypress-realworld-app/blob/1b451caf8d096827cd8f052b5b420ee207196057/.circleci/config.yml#L51

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.

MikeMcC399 avatar May 06 '24 09:05 MikeMcC399

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.

DavidTNguyen avatar May 06 '24 20:05 DavidTNguyen