Describe the bug
Trying to create a Proxy OAuth flow with google OAuth but its failing with the invalid redirect uri error
To Reproduce
Steps to reproduce the behavior:
- Redirects to /authorize
- Throws invalid redirect uri error
Expected behavior
It should successfully authenticate
Logs
Response from /authorize
{
"error": "invalid_request",
"error_description": "Unregistered redirect_uri"
}