You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running into a problem where I get a redirect_uri_mismatch error during the callback phase, after granting access on CC. CC is redirecting back to my development server, but when we can't get an access token.
I'm running into a problem where I get a
redirect_uri_mismatch
error during the callback phase, after granting access on CC. CC is redirecting back to my development server, but when we can't get an access token.Constant Contact app settings:
Redirect URI: http://localhost:5000/companies/auth/constantcontact/callback
Callback URL: http://localhost:5000/companies/auth/constantcontact/callback
I found a very old support article where someone had the same issue. However, their solution description is a bit cryptic. https://community.constantcontact.com/t5/Developer-Support-ask-questions/Redirect-URI-mismatch-Access-Token-Request/m-p/98467
The text was updated successfully, but these errors were encountered: