Error (4,700) with OAuth with Custom Connector Power Automate

Description
Hi, I’ve created a new APP in Zoom Marketplace.
Is only account visible
Admin Managed
Scopes: group:delete:member:admin group:write:member:admin
The purpose is to make a flow in Power Automate to manage the membership of selected groups.

Error?
When I try to test the connector, after add the redirect URL in the Zoom APP. I’ve got “Oops! We were unable to complete your request. Please try again. (4,700)” when I try to add a connection to the Custom Connector to test.

I’ve tried my best with this but I think that I need some insights here…

Thank you in advance!

How To Reproduce
Described before
*1. Request URL / Headers **
There is no headers as it’s OAuth,
This is my redirect URL https://global.consent.azure-apim.net/redirect/zoom-20group-20management-5f1###########-5##############
My OAuth link https://zoom.us/oauth/authorize?response_type=code&client_id=###################&redirect_uri=https://global.consent.azure-apim.net/redirect/zoom-20group-20management-5f1###############-5f################
2. Authentication method or app type
Oauth - General Oauth app
3. Any errors
“Oops! We were unable to complete your request. Please try again. (4,700)”
{“Message”:“Redirect URI (Link/global.consent.azure-apim.net/redirect/zoom-20group-20management-5f1#############-5f################?code=MiS##############################) did not receive an expected state query parameter from the authorization service (Referer: hhttps://marketplace.zoom.us/).”}

Hi @Serrano
Thanks for reaching out to us and welcome to the Zoom Developer Forum.
Can you please confirm that you are adding your redirect URL to your Oauth allow list?

Hi Elisa!
Yes!
Added in both Developer and Production

Interesting @Serrano
Have you tried generating the Authorization URL manually through the local test and triggering the oauth worfklow that way?
I will sned you a DM to look further into this issue