Hi,
We are migrating our web project to use the new web sdk. Whenever we try to use the Google auth method everything works fine until the user is redirected back to our app. We are seeing a redirect_uri_mismatch error like this:
We've tried adding various url formats, but it still throws an error. This isn't a problem with our existing code based on the 2.4.2 sdk. In this case the following OAuth redirect uri works fine:
Any ideas how to make this work with the 3.0.1 web sdk?
Thanks.