0👍
The problem to my issue was that when calling y endpoint I had a trailing slash at the end of the route while the others didn’t have, hence the failing for only that route. Apparently CORS does not like trailing slashes at the end ih the routes when making the request.
Source:stackexchange.com