I wanted to connect with OAuth2 to my service, but after I want to connect to the “account”.
I get the erorr, that the client_id is wrong.
Unfortunalty I cannot see the details of the exact call to /token.
Neither on the client (n8n) or on my server (private)
When using https://oauth.tools/ to test the OAuth2 endpoint of my server (sligthly different client_id to have differend redirect_uri) everything works fine.
Can you tell me how I could find out what is send with the token-Request, so I can give you additional information on where the problem is?