Szymon
Szymon
I have the same issue, Angular 13 drop support of --deploy-url and there is no way to redirect assets without CORS errors.
> changes can be found here `async function updateDeployUrl` [c5b46e7](https://github.com/single-spa/single-spa-angular/commit/c5b46e7854bc37b6197228db90bf0e4295be778f) Thanks, I setted deployUrl into angular.json but, still my calls are blocked by CORS. ...
I have the same issue, locally works fine, but gitlab CI/CD gets error. My npmrc: ``` - echo "@e1111:registry=https://gitlab.com/api/v4/packages/npm/" >> .npmrc - echo "//gitlab.com/api/v4/packages/npm/:_authToken=${CI_JOB_TOKEN}" >> .npmrc - echo "//gitlab.com/api/v4/packages/:_authToken=${CI_JOB_TOKEN}" >>...