Need help connecting to spotify component! What is my uri?

INVALID_CLIENT: Invalid redirect URI when clicking on link account…

http://alxndrjam.es/controlling-spotify-through-home-assistant/

I am trying to follow this guide;

  1. Log into the SPOTIFY DEVELOPER website and go to the MY APPLICATIONS page.
  2. Select Create An App .
  3. Enter anything you want into Application Name and Application Description .
  4. Take note of the Client ID and Client Secret . You’ll need those for your configuration in Home Assistant.
  5. Select Edit Settings and add a Redirect URI .
  • No SSL: http://[your_home_assistant_url_or_local_ip]:[port]/api/spotify
  • If using SSL: https://[your_home_assistant_url_or_local_ip]:[port]/api/spotify
  1. Select Save and you’re done with the Spotify Developer site.

I do all this, confused on step 5, is this my 192. address or public ip, when i use my PRIVATE address 192.168.1… i get directed to login, as soon as i login with my email/password for spotift i get the following error INVALID_CLIENT: Invalid redirect URI.