We have an error when querying POST /tokens REST route:
Failed to load ******/api/v1/tokens: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.
Origin 'https://tuleap-web.tuleap-aio-dev.docker' is therefore not allowed access.
Preflight check is failing because CORS headers are missing server-side. Other routes might be impacted (the error is thrown when we attempt to log in via one of our angular apps).