Open its-ogawa opened 1 year ago
Hi @its-ogawa,
I see that apart from getting file as undefined, you are also facing ECONNRESET
error, maybe that could be the real culprit. You can check this doc to resolve this error: https://support.postman.com/hc/en-us/articles/6346313956887-Fixing-an-ECONNRESET-error.
After that please send a request to the same endpoint and let us know if the problem still persists.
@dev-sharma-08 Thank you for your response.
I was alternately posting the API on insomnia and postman when I ran into the problem, but only postman fails, so I am thinking it is not a server, endpoint or VPN issue. Can you think of anything else?
However, to my surprise, after performing Create blank connection - Add request in postman, the same operation to run the API worked. The connection or request configuration is exactly the same as before, so I'm not sure what the cause is, but it has been resolved for the time being.
same problem for me
We are getting the same problem here too. Anyone know of a fix? Thanks!
I'm also facing the same issue when trying to POST images. The connection is timed out after 20 seconds.
Is there an existing issue for this?
Describe the Issue
I am using Postman to use a WebAPI with a jpeg file as an argument. I specified file in form-data, selected a jpeg file stored in the working directory, and sent it, but the console shows "file: undefined". I have read various articles and have set the working directory to "C:\Users\Username\Postman\files" and turned on the "Read files outside working directory" checkbox, but there seems to be another problem. However, there seems to be another problem. Interestingly, Insomnia seems to work. Can anyone solve this problem? Thanks in advance.
Steps To Reproduce
Screenshots or Videos
Attached is a capture of a failed attempt with Postman and a successful attempt with Insomnia.
Operating System
Windows
Postman Version
10.19.7
Postman Platform
Postman App
User Account Type
Signed In User
Additional Context?
No response