Replies: 2 comments
-
hi @erzz 👋 that sounds very odd! could you double-check the value of |
Beta Was this translation helpful? Give feedback.
0 replies
-
It did not. An update is that if I remove the "Bearer " out of the environment variable and into the config it works fine (so solved from that perspective) but still strange. So to be clear: Gives errors.ERR_INVALID_CHAR
Works
So I am happy enough in that I have a working config - but perhaps someone else can replicate |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the above case every request results in
errors.ERR_INVALID_CHAR
The value of
ID_TOKEN
isBearer long-jwt
and the log I added above presents it correctly. In fact I copy from that log and use it in the browser and it works there.If I replace the environment variable in the config with
Authorization: "Bearer long-jwt"
it works fine. The issue is only when trying to use it as a variableBeta Was this translation helpful? Give feedback.
All reactions