Device_tracker is mixed up on the Map

I was previously using Owntrack but I replaced my phone and I couldn’t get it to work so I removed all traces of Owntrack from HA Devices and from our phones (Android) and I installed HA Companion on both phones, HA detected both phones succesfully, I setup Bages on the dashboard and all was good. Both were showing at Home. My wife was at work this morning and looking at both the dashboard and the Map the location of both phones were still accurate. For some reason, a few hours later on the map it is showing me at my wife’s work although on the Dashboard the locations are accurate. Is this a bug or something I can check? there are no entries in the log about device_tracker.
I simply added to the configuration.yaml:

mobile_app:
discovery:

And added a picture in coustomize.yaml:

device_tracker.me_phone:
  entity_picture: /local/me.jpg
  source_type: gps
device_tracker.wife_phone:
  entity_picture: /local/wife.jpg
  source_type: gps

No one is replying to this, I am wondering if I am the only one with this problem or maybe I didn’t explain clearly the problem… I will try with different words.
I installed on my phone and my wife’s phone HA Companion, authorise map and gave simple names.
I setup mobile_app: in configuration.yaml and entity pictures in customize.yaml.
Looking at the lovelace dashboard where I setup badges I see both entities picture and showing the right location for both (me at home, and wife at work)
If I open the Map, I see me at my wife’s work without entity picture but not all the time. Sometimes I see her with entity pic at her work and then it switches to me without the entity picture at her work.
I am using:
Home Assistant 2022.11.4
Supervisor 2022.11.2
Operating System 9.3
Frontend 20221108.0 - latest
Prior to this day I had nothing in the log since I set this up, however today I see the following and have no clue if it is related to the problem I have:

File "/usr/local/lib/python3.10/site-packages/aiohttp/web_protocol.py", line 334, in data_received
messages, upgraded, tail = self._request_parser.feed_data(data)
File "aiohttp/_http_parser.pyx", line 551, in aiohttp._http_parser.HttpParser.feed_data
aiohttp.http_exceptions.BadHttpMessage: 400, message='Pause on PRI/Upgrade'

Any clues anyone?