Hello experts,
I have designed an ETL pipeline using survey monkey inbuilt query component and manage oauth configuration to extract the data.
I have encountered SURVEYMONKEY Oauth issue during the production deployment while setting up OAuth with the application's client ID and secret. The authorization process is completed, but the service response continues to render indefinitely.
During development, I was able to successfully configure the connections through "Matillion" OAuth using the client ID and secret. However, I am currently unable to configure the authentication with Survey Monkey neither in dev nor in other instances anymore.
Followed all of the options I could to resolve this issue from my side but no luck:
- Tested in incognito/private mode but same message.
- Tried generating new credentials but it kept rendering.
- callback DEV & PROD URLs are present in survey monkey configuration
- checked with Survey Monkey's , no changes have been made from their end
- sent out server logs and detail information to Matillion support team, but they are not able to find the root cause yet.
- Tested with Python and postman to check 200 response with token and its succeeded.
I would greatly appreciate if it anyone could provide advice reg this issue. Thank you in advance.