CORS error with localhost origin

Just started getting CORS related issues from origin of localhost. Nothing locally has changed since Friday when it was working.

Can you add more info about the error you see here?

Sure thing.

Working on an Ionic project locally.

Access to fetch at 'https://my.api.mockaroo.com/responses.json?start_page=0&end_page=4' from origin 'http://localhost:8100' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves

My timing around last success being on Friday might be wrong as we are caching these calls so it might have been mid to late last week when successful last.

This seems to have been resolve

Nice, I pushed an update yesterday which should have fixed this. Good to hear that it did.

nice! thanks for the fast fix!