Unhandled Exception: can not read property 'invokeIdentityService' of null

This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal.

I'm trying to make social authentification with Google in test login it works in device it shows an error :" Unhandled Exception: can not read property 'invokeIdentityService' of null "

to explain i have a button in onclick action i call invokeIdentityService("GoogleAuth") with GoogleAuth is the name of the identity service (it is configured in fabric console ) as shown in pictures below. Any idea? Thanks !!**Image removed for security reasons****Image removed for security reasons**

Hi @Livm Bvll​

You should put 'login' in place of 'componentID', because the component name is 'login'.

@Tim Gwvhvm​ Thanks a lot !