First of all, thank you for your interest and support.
A) User-Agent Flow Usage: I tried using User-Agent Flow before, and I was able to successfully log in via Google, and Bubble also recognized the session automatically. However, since the authorization code wasn’t returned in the URL, I couldn’t retrieve the access token or access other Google services. That’s why I switched to a manual approach, as recommended by various sources. I also wanted to avoid opening separate Google verification prompts for login and for accessing other services.
B) Step-by-Step and Logs: Yes, I ran the workflow step by step and reviewed the Chrome error messages and Bubble logs. I could see the authorization code in the URL, but the workflow unexpectedly stops at the ‘Get Access Token’ request, and it doesn’t proceed to the next steps.