No response from server! HTTP request fault

Hello all,
I have a big problem. all my flow worked perfectly since monday. Now when i call a simple api with GET, i don't receive any response. the HTTP node still stay in "requesting" and after 2-3 minutes it give me "error] [http request:47948174f1bb5112] no response from server".
i really don't understand

could please some one help me?

thank you all
Emilio

It appears not to be a simple GET as I assume the auth node is there for a purpose.
Are you able to login to the site from the browser or other method?

yes, the auth code node works.
I've imported the flow in a different pc, and it works. Also test the request with Postman and no issue.

the problem seems something on my pc.....

Does it work with postman from the same PC?

Is node red installed in Docker or HA or anything like that?

yes, postman works from the same pc. NR is installed locally (w11) , i have enabled Projects.

ok, i made a test, copied the token directly in the Http node, inject and it works.
i've updated the oauth node last week... seems this node is the problem..

the node oauth2 doesn't pass correctly the token..

Solved! I wenta back to the previous version of Oauth2 Node.
Thanks Colin

Assuming you are using node-red-contrib-oauth2 then I see it has recently been updated. You should submit an issue against the node so the author knows there is a problem.

thank you, i will subtmit it!

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.