When trying to connect Make through HTTP OAuth2 with ID and Secret (Auth Code) to external service I get an error: {"message":"The request failed due to failure of a previous request.","code":"...","suberrors":[{"message":"\"<html>\\r\\n<head><title>301 Moved Permanently</title></head>\\r\\n<body bgcolor=\\\"white\\\">\\r\\n<center><h1>301 Moved Permanently</h1></center>\\r\\n<hr><center>nginx</center>\\r\\n</body>\\r\\n</html>\\r\\n\"","name":"Error"}]}
I use redirect URI from Integromat.com era, but as i figured out it is correct for oauth/cb/oauth2.
AND one more link as REDIRECT URI in amoCRM configuration. That is the problem, because if I use https://www.integromat.com/oauth/cb/oauth2 as stated in docs I get 301. If I use make.com domain - I get cross-reference error (changing domains).