I have created a Zoom OAuth integration to use within my own application. It is still in development mode, I have not published it. When I go to the generated local test auth url, I can auth successfully. However, when I try to authenticate from within my app, I get:
Oops! We were unable to complete your request. Please try again. (4,700)
The auth url I get from my app is the same as the auto-generated one, with the addition of scopes.
The scopes in my application are the same as the ones I added in my zoom dash, and I have whitelisted the callback url.
What might the issue be here?