I am having trouble setting the trusted origin in Google OAuth authentication using the address 192.168.1.5. When I try it with localhost, everything works fine. However, when I switch to 192.168.1.5, I receive the following error message:
{ "error" : "invalid_request", "error_description" : "Permission denied to generate login hint for target domain." }
I have also attempted using the .xip.io service, such as 192.168.1.5.xip.io, but the error persists!
Can anyone provide assistance?