Mender ui jwt token

Hi,
I’m setting up mender open source.
I am able to get the mender ui, and have a added a user in the mender pod.
However when I login, there are two requests. a post to login and then a get.
The post correctly returns a valid jwt. However in the subsequent get , its not sent in the request.
and a “invalid_jwt” error is returned.

Does anyone know what I’m missing?

Cheers.