Skip to main content

I’ve updated app authentication from API key to OAuth 2.0. I’m currently testing in Private mode.

 

OAuth flow works in a way that pop-up opens, login-in, grant access, and closes pop-up. However, the account in Trigger doesn’t show up even if I wait like a minute or two. It shows up after force refresh the page and account shows up. Is there a way that accounts show up smoothly without user have to refresh the page? I’ve noticed other apps, automatically change the account to new one that’s signed in.

 

Any thoughts on why this might be happening?

Found and fixed the issue. My app was blocking `window.opener` due to strict security implementation. Just allowed for this purpose and seemed to work


Reply