I found a solution to my error. This is related to CORS. (https://github.com/axios/axios/issues/191#issuecomment-311069164)
For me, a simple, temporary fix until we move to our own API is to use Allow-Control-Allow-Origin: * Chrome plugin.
It would be nice if this was something Mockaroo could address.