Hi,
I am sending a auth token dynamically on my header via an api connector. But, the connector is sending empty value (i.e. just bearer) to my backend.
However, when I manually type bearer + token there it sends proper value. I tried printing local storage values before initializing api call, an it is not empty, In fact, I used same token on postman it worked.
I’ve used this method in my other apps it worked perfectly, I don’t know why this particular app is behaving like this.
Have anyone of you encountered the same?

