Spotify error INVALID_CLIENT: Invalid redirect URI

I didn’t use default_config_disabler. Actually, I couldn’t find it in HACS, perhaps because I’m using the HA docker version?

I was resetting the integration after some time, and I forgot that I had to setup it on the spotify dashboard for developers. So to solve the INVALID_CLIENT: Invalid redirect URI error, the full steps for me were:

  1. Go to Spotify for Developers / Dashboard
  2. Create app or click on your already existing HA app then “Settings”
  3. Click on “Settings”
  4. Add https://<your-HA-address>/auth/external/callback and https://my.home-assistant.io/redirect/oauth to “Redirect URIs”. Your HA address can be something like myownhass.duckdns.org, or homeassistant.local:8123. Save and close
  5. Go to my.home-assistant.io and save your HA address.
  6. Add Spotify integration into HA and open the redirection link.
2 Likes