I’m new to using mock servers and have recently ran into an issue. I have a mock server that’s been working fine for the past few months up until last week when I noticed a message that says my mock server has been deactivated.
When I try to send a request from the collection, I get the error
{
"error": {
"name": "inactiveMockError",
"message": "The environment or collection associated with this mock has been deleted."
}
}
I couldn’t find anything through my initial search on why/how a mock server would be deactivated. I’m on the free tier and the mock server has one version tag on it; not sure if those factors contribute to my issue.
Any help or direction appreciated.