Issue with OAuth Redirect URI

Hello Team!

I am trying to integrate Freshservice with Gsuite and I am facing an issue with OAuth Redirect URI while running the app in local. The redirect URI that I provided on the Google side is - http://localhost:10001/auth/callback. I have attached a screenshot of the error.

However, this issue does not pop up when deployed as a custom app in Freshservice.
Any idea on how to fix this so that I can run and test the app in local?

Thanks a lot!

Can you try including the query param also?
http://localhost:10001/auth/callback?callback=http://localhost:10001/custom_configs?product=freshservice&product=freshservice.

2 Likes

Hi ManiDeepak,

Thank you so much, this worked!