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
we are facing issue while running TF code . Our creds are correct as working in Postman and other
Error: Post "https://api.us-central1.gcp.commercetools.com/<project_key>/tax-categories": oauth2: "invalid_client" "Please provide valid client credentials using HTTP Basic Authentication."
The text was updated successfully, but these errors were encountered:
Hmm, that is a strange error. I am assuming the provider itself is also configured correctly? Do you maybe have more information for me? When did this start happening? What are you trying to execute?
We are observing similar issues in our environments. Example error:
Post "***/***/product-types": oauth2: "invalid_client" "Please provide valid client credentials using HTTP Basic Authentication."
│
│ with module.commercetools.module.productType.module.product_type["product"].commercetools_product_type.this,
│ on .terraform/modules/commercetools.productType.product_type/main.tf line 1, in resource "commercetools_product_type" "this":
│ 1: resource "commercetools_product_type" "this" ***
we are facing issue while running TF code . Our creds are correct as working in Postman and other
Error: Post "https://api.us-central1.gcp.commercetools.com/<project_key>/tax-categories": oauth2: "invalid_client" "Please provide valid client credentials using HTTP Basic Authentication."
The text was updated successfully, but these errors were encountered: