My current HA is configured using DuckDNS and NGINX, workers well from the internet over HTTPS. I am trying now to do the steps required by https://developers.google.com/nest/device-access/authorize and I get each time:
" Eroare 400: redirect_uri_mismatch
The redirect URI in the request, does not match the ones authorized for the OAuth client. To update the authorized redirect URIs, visit: https://console.developers.google. com/apis/credentials/oauthclient/${your_client_id}?project=${your_project_number}"
Inside Google Home API Automation (console. developers. google. com/apis/credentials?project=…) I configured a Web Server for OAuth 2.0 with ‘Authorised redirect URI’ to the DuckDNS (https://…duckdns. org:8123 - the 8123 port is redirected to 443 inside my LAN.
Could you help me with it? Thank you.