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'm using grunt-http to fetch some data during runtime.
On a some API calling I observe "ESOCKETTIMEDOUT" error as follows:
Now I observe grunt-http have dependency on request, which is deprecated now.
Also checked request.js in node_modules and observer the error as follows:
Check through postman it's working fine and when I'm configured same data through grunt it's not working. It was working previously, but from october,2023 I observe the issue.
Can you give me any suggestion, what is exact issue and how to resolve this?
The text was updated successfully, but these errors were encountered:
I'm using grunt-http to fetch some data during runtime.
On a some API calling I observe "ESOCKETTIMEDOUT" error as follows:
Now I observe
grunt-http
have dependency onrequest
, which is deprecated now.Also checked
request.js
innode_modules
and observer the error as follows:Check through postman it's working fine and when I'm configured same data through grunt it's not working. It was working previously, but from october,2023 I observe the issue.
Can you give me any suggestion, what is exact issue and how to resolve this?
The text was updated successfully, but these errors were encountered: