Hassio Server Port and Lyric Integration uncovered odd issue

Hi
I initially setup my hassio on server port 8125, added SSL and everything worked fine. Issue I had was Google TTS was not working with 8125 port. Removed the port setting and installed NGINX proxy to get the Google TTS working. All other functionality is working fine. I am trying to install the Honeywell Lyric integration, created the developer app login etc and during the call back for oauth2 with Honeywell API, it is referring to my old port 8125. I have not specified port either on the Honeywell site or within Hassion. I get this error,
{“code”:400, “message”:“The redirect URL provided does not match the redirect URL registered for the app.”}.
reading the URL, it has all the correct info except in the redirect_uri has the old port number not in use.

Where is this being referenced from? Is it possible to remove that port information or do I have to start from scratch?