dbt cloud CLI not connecting

The problem I’m having

I’ve configured CLI for dbt cloud as per the instructions, but all my commands that use Cloud are failing.

When I use $dbt environment test I am returned all the local variables, but I receive the following error:
“Encountered an error loading cloud configuration: ”

Any other command gets the error: “server error creating invocation. Please try again or contact support”

The context of why I’m trying to do this

Use CLI for dbt cloud.

What I’ve already tried

I’ve confirmed my access token is being accessed by checking the project page, regenerating cloud configuration file. Checked dbt project is version 1.5.

Some example code or error messages

$ dbt list

server error creating invocation. Please try again or contact support

Sending project to dbt cloud
$ dbt environment show
Local Configuration:
  Active account ID              1
  Active project ID              136
  Active host name               cloud.XXX.getdbt.com
  dbt_cloud.yml file path        C:\Users\XXX\.dbt\dbt_cloud.yml
  dbt_project.yml file path      C:\Users\XXX\XXX\dbt_project.yml
  dbt Cloud CLI version          0.37.12
  OS info                        windows amd64

Encountered an error loading cloud configuration: <nil>