You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 1, 2022. It is now read-only.
If the response error has this field, show it in the console before throwing the error. In this case it was showing
error response data
{ message: 'Validation Failed',
errors:
[ { field: 'env',
code: '"_aws_credentials_json" is not a valid environment variable name (only a-z, A-Z, 0-9 and underscores are allowed)',
value: [Object] } ] }
The text was updated successfully, but these errors were encountered:
Noticed error response from Buildkite that was hiding the details in response.data field
If the response error has this field, show it in the console before throwing the error. In this case it was showing
The text was updated successfully, but these errors were encountered: