I tried setting up google oauth for local dev and get this 400 response when I try to initiate google oauth: device_id and device_name are required for private IP.
Searching on google shows that you must have a hostname set, which means you just need to set a fake hostname to point to your docker machine in your /etc/hosts on Mac and equivalent on Windows.
I tried setting up google oauth for local dev and get this 400 response when I try to initiate google oauth:
device_id and device_name are required for private IP
.Searching on google shows that you must have a hostname set, which means you just need to set a fake hostname to point to your docker machine in your
/etc/hosts
on Mac and equivalent on Windows.