You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched existing issues to ensure the bug has not already been reported
Fastify version
4.28.1
Plugin version
9.0.1
Node.js version
22.7
Operating system
Linux
Operating system version (i.e. 20.04, 11.3, 10)
Arch Linux
Description
I am sending a bearer auth token using fetch and on the server side (nodejs).
NodeJS logs the token twice not once. The first log shows auth token being undefined, the second log shows the token.
I'm not sure where the first request is coming from, I have also noticed that when I'm sending the request multiple times the auth token always shows, but then every ~4s it shows the auth undefined.
Link to code that reproduces the bug
No response
Expected Behavior
Not having a undefined auth token, as I am sending it over fetch() it should always be "defined" on nodejs.
The text was updated successfully, but these errors were encountered:
Can you provide steps to reproduce? We often need a reproducible example, e.g. some code that allows someone else to recreate your problem by just copying and pasting it. If it involves more than a couple of different file, create a new repository on GitHub and add a link to that.
Prerequisites
Fastify version
4.28.1
Plugin version
9.0.1
Node.js version
22.7
Operating system
Linux
Operating system version (i.e. 20.04, 11.3, 10)
Arch Linux
Description
I am sending a bearer auth token using fetch and on the server side (nodejs).
NodeJS logs the token twice not once. The first log shows auth token being undefined, the second log shows the token.
What it returns
Expected
I'm not sure where the first request is coming from, I have also noticed that when I'm sending the request multiple times the auth token always shows, but then every ~4s it shows the auth undefined.
Link to code that reproduces the bug
No response
Expected Behavior
Not having a undefined auth token, as I am sending it over fetch() it should always be "defined" on nodejs.
The text was updated successfully, but these errors were encountered: