Issues initializing Google API #4643
Replies: 3 comments 1 reply
-
|
The iframe mentioned in the warning is created by the Google API Script https://apis.google.com/_/scs/abc-static/_/js/k=gapi.lb.de.BLQDy_vn0pk.O/m=client/rt=j/sv=1/d=1/ed=1/rs=AHpOoo-1MTZ74hRWAPY8e5ViMZpVeZW1dw/cb=gapi.loaded_0?le=scs,fedcm_migration_mod and appended to the body with The warning does not occur in the (regular) demo page using |
Beta Was this translation helpful? Give feedback.
-
|
Closed |
Beta Was this translation helpful? Give feedback.
-
|
Of note: async and defer don't both work. If you put both you get async, you probably only want defer. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I made a quick demo page which uses the Google (People) API and works great (https://matchflix.ch/_test/people.html). However, just loading the Google API with
gapi.load('client', () => gapi.client.init($));on@loadwithin the script<script async defer src="https://apis.google.com/js/api.js" @load="auth.initAPI()"></script>causes the following warning and error:Beta Was this translation helpful? Give feedback.
All reactions