Hi,
I am new to waypoint and I am using it with gitlab on aws to deploy a simple web-application. I followed the instruction (Integrating Waypoint with GitLab CI/CD | Waypoint by HashiCorp) and everything worked fine in the beginning. After developing the application further, I am facing now the issue that every running pipeline fails.
$ waypoint deploy
Deploying...
Found existing ECS cluster: waypoint
Found existing IAM role to use: ecr-xyz-core
! transport is closing
Cleaning up file based variables
ERROR: Job failed: exit code 1
Does anyone have a hint for me what exactly goes wrong and how I can fix that?