i need to set the trusted origin in Google Oauth authentication with an address: 192.168.1.5. It works with localhost, but with 192.168.1.5 the message is
{ "error" : "invalid_request", "error_description" : "Permission denied to generate login hint for target domain." }
i have tried also with .xip.io service, eg: 192.168.1.5.xip.io but error remains!
anyone can help me?