labd / terraform-provider-commercetools

Terraform provider for commercetools
https://registry.terraform.io/providers/labd/commercetools/latest/docs
Mozilla Public License 2.0
64 stars 68 forks source link

"invalid_client" "Please provide valid client credentials using HTTP Basic Authentication." #466

Open nxverma opened 6 months ago

nxverma commented 6 months ago

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//tax-categories": oauth2: "invalid_client" "Please provide valid client credentials using HTTP Basic Authentication."

demeyerthom commented 6 months ago

Hi @nxverma

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?

Thanks!