can you copy the code from the callback URL (first screen) and paste it into the second URL directly? (last part, your_authorization_code) https://api.moloni.pt/v1/grant/?grant_type=authorization_code&client_id=[your_developer_id]&redirect_uri=[your_callback_url]&client_secret=[your_client_secret_code]&code=[your_authorization_code]
And what n8n version do you have? I don’t see that node in the n8n
After upgrading to the last version of n8n the problem persists.
Is there somewhere that I need to insert the code information?
Because the problem still looks like n8n doesn’t receive the code part for the oauth2, I’m having that problem with more than one service that requires oauth2.
Error: The request is missing a required parameter, includes an invalid parameter value, includes a parameter more than once, or is otherwise malformed.
More details
{“error”:“invalid_request”,“error_description”:“Missing parameter: "code" is required”}