Hello..
I'm facing some issue while integrating Google authentication for users...
I have created 2 pages for my app (in zendesk platform).. Sign-in page and Homepage..
So, Initially sign-in page will execute in my app as below..

After Entering authorized email, it will redirect to Google authentication flow in a separate tab..
But, after successful authentication, the homepage is executing on the tab opened for Google authentication itself (local browser).. But, I want to execute that in my app..
I created a route file, using bottle framework..

And another thing to share is, When I run the app file using "zcli apps:server", it will run in localhost:4567.. But, when i mention that in the manifest and route file, it shows "CANNOT GET /" type of error..
In the server-side app documentation from zendesk, they just created a basic route file with 8080 port.. So, If I use that means, the sign-in page is rendering..
So, I'm not sure Which port I have to use.. And also How to redirect to my app UI in zendesk platform after successful google authentication..
Looking forward for solutions..
Thank you
Would your use case support your Google sign-in flow using redirects instead of a pop-up? It might be simpler for your web app to handle.