You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Tensorflow.js in my web application.
It requires setting up cross-origin isolation. See details here.
Without this setting, performance drops several times. So the same-origin-allow-popups setting cannot be set.
According to the documentation on the official Google gsi web page, the same-origin-allow-popups setting must be set.
When I try to log in, I immediately receive an error about closing the pop-up window (due to cross-origin isolation).
How can I use Google Sign In?
Is it possible to place scope on my website/not redirect to the Google website?
The text was updated successfully, but these errors were encountered:
Hi,
I am using Tensorflow.js in my web application.
It requires setting up cross-origin isolation. See details here.
Without this setting, performance drops several times. So the same-origin-allow-popups setting cannot be set.
According to the documentation on the official Google gsi web page, the same-origin-allow-popups setting must be set.
When I try to log in, I immediately receive an error about closing the pop-up window (due to cross-origin isolation).
How can I use Google Sign In?
Is it possible to place scope on my website/not redirect to the Google website?
The text was updated successfully, but these errors were encountered: