Hi all - I created a workspace for my co-workers to use with a collection that can be run for some quick automation. However, there is one person when they try and run it they get the error: JSON error: No data, empty input at 1:1 ^
and the HTTP code is coming back as 200. It also looks like their view of the workspace doesn’t have all the latest updates to the test cases?
I can’t for the life of me understand why it isn’t working for them. I watched them run it over Slack and everything seems in order. They are part of the team and invited to the workspace.
Hey @dylan-neal 
Are you able to share some screenshots of the Collection and the requests?
Are you all on the same version and on the same platform (Client / Web)?
Has the Collection been forked by people?
The more information that you can share, the easier it will be to see the problem 
Hi @danny-dainton of course.
We are on the same client/web platform.
The collection has never been forked
Example image below.
Other coworkers are able to run it fine. Just seems to be this one… Let me know if there are any other information needed that could be helpful.
Thanks for sharing @dylan-neal 
In the image, the test has failed - I imagine that that’s the 200 status code one (I can’t see the status code or the test name). What is actually being returned in the body?
As that’s the “Login” request, I assume that it has some Auth details - In the Postman Console, is it showing the correct details for that request compared with a successful one?
I can’t really see everything going on in the Collection so this is all guess work at this point 