OAuth2 error

I am trying to use a 3rd party API which shouldn’t be too difficult, but it is authenticated with OAuth 2, and in the process of authentication I get the following error on make.com side:

{“message”:“The request failed due to failure of a previous request.”,“code”:“SC424”,“suberrors”:[{“message”:“invalid_request”,“name”:“Error”}]}

I have double checked that my credentials are correct, and besides that there isn’t much I could do wrong in the typical OAuth 2 flow.

I have noticed that this exact problem arises with some other OAuth based services as well, namely:

without further resolution. Is this a known Make.com problem?