I’m trying to add Spotify as a music provider, but when I’m adding the Client ID and then click on the authentication button I get the error message: INVALID_CLIENT: Invalid redirect URI
I’ve added these two to Redirect URIs to Spotify Developer Dashboard suggested from this post Spotify wont configure :: Invaid redirect URI - #6 by RichardU
https://my.home-assistant.io/redirect/oauth http://homeassistant.local:8123/auth/external/callback
I tried default_config_disabler and use it to disable the my plugin, suggested from this post Spotify error INVALID_CLIENT: Invalid redirect URI - #15 by jankynuke , doesn’t work
I also found this post Spotify error INVALID_CLIENT: Invalid redirect URI to Link to OAuth2 Authorize Callback](Link to OAuth2 Authorize Callback – My Home Assistant) but I can’t get my head over how to use it and what to chose in the list and then how to apply the link to get it to work. I’ve tried searching but I can’t find a solution i understand
I had no problem with the beta, but i started clean ha and now i get this problem. No change in Spotify Developer Dashboard
Can anyone point me in the right direction?