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
{{ message }}
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.
When login button is clicked on add-in page I run the sample code given on README it works on office online as expected but the below problem happens when I run add-in on Word 2016 build 16.0.4300.1000:
TypeError: Unable to get property 'displayDialogAsync' of undefined or null reference
@Zlatkovsky thank you for the link. I check requirements and display the login with Google button when requirements are meet. But it has shaky behaviours. In Mac Word 2016 it shows the login button but Login with Google gives the below error:
Parameter not allowed for this message type: action
It seems that OfficeJsHelpers sends an invalid parameter in opened modal for Google authentication.
I can see the login button on Office Online and it is hidden on Word 2016, but this does not work on Word 2013 and in Mac Word 2016 it sends an invalid parameter.
When
login
button is clicked on add-in page I run the sample code given onREADME
it works on office online as expected but the below problem happens when I run add-in onWord 2016 build 16.0.4300.1000
:TypeError: Unable to get property 'displayDialogAsync' of undefined or null reference
Why is this happening and how should I fix this? @Zlatkovsky @casieber
The text was updated successfully, but these errors were encountered: