Error while connecting to commerce tool

Hi,
It seems like something is wrong with the commercetools OAuth2 token init.

You should have a commercetools.accessTokenUri property defined in your configuration. Can you please check if that looks something like the one below:

commercetools.accessTokenUri = https://auth.sphere.io/oauth/token?grant_type=client_credentials&scope=manage_project:<your_project_name>

Thanks,