I am trying to setup an automation with Make whenever a GitHub issue is created, a new awork task should be created. I followed this guide and added a new awork client to connect it with Make.
The authentication throws the following error:
error:invalid_request
error_description:The specified 'redirect_uri' is not valid for this client application.
error_uri:https://documentation.openiddict.com/errors/ID2043
and after that (inside the Make connection dialog)
Failed to verify connection 'My awork connection'. [400] The mandatory 'refresh_token' parameter is missing.
There’s a discrepancy in the guide between the redirect URL in the text (https://www.make.com/oauth/cb/awork) and the old one in the screenshot (https://www.integromat.com/oauth/cb/awork). I tried both URLs but the result is the same.
Nevertheless, thanks to the awork team for writing the guide. Any help is appreciated