Hello Team!
I’m developing an application for Pipedrive. I specified a Callback URL on the Basic info and Installation URL on OAuth & access scopes page to using the state parameter(State parameter).
When you click on the Re-authorize button in the Custom panel, it is redirected to the Installation URL where do redirection to the Callback URL with the state parameter.
But the Re-authorize button in the Marketplace Apps section ({YOUR_DOMAIN}/settings/marketplace) refers to the Callback URL and not the Installation URL, this leads to the fact that I cannot get the state parameter and the installation fails with an error.