Sometimes our deployment is slow due to our CI/CD doing many security checks. This may cause an issue where the prompts end up corrupted. A corrupted prompt returns the following error:
We can also see the following error in the pipeline.
2024-05-13T18:26:21.666Z [INFO] provider.terraform-provider-genesyscloud_v1.29.0: 2024/05/13 18:26:21 Content of upload: <html>
<head><title>502 Bad Gateway</title></head>
<body>
<center><h1>502 Bad Gateway</h1></center>
</body>
</html>
: timestamp=2024-05-13T18:26:21.666Z
It is an issue for us since our pipeline will often be slow and we believe that Genesys is timing out.