I encountered this issue, in my case the problem was that I already had a file starting from the same string as the request I wanted to override. I wanted to create an override for "projects" response, but I already had an override for "projects/{id}". Removing the override for "projects/{id}" solved the issue. Stupid, but that's how it works apparently.