Every request that using form-data always get failed when perform runner collection. Anyone can help?

Hey @qanew101

Welcome to the community! :wave:

Just a couple of quick questions:

  • Do you have any unsaved changes in the Request builder that are being used in the Collection?
  • You mentioned, form-data, are you posting a file with the requests?

Hello @danny-dainton

  • No,
  • Yes, I posted a file in the request

Make sure to put your file in the working directory on your machine.

Go to Settings (ctrl + ,) > General Tab > Working Directory > Location to view the folder

This is where newman and the collection runner load files from. So if your file isn’t there, your request is going to fail via the collection runner.

2 Likes

@allenheltondev It’s working. Thanks man.

1 Like