Szymon

Results 3 comments of 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. ![Screenshot 2022-05-30 at 15 45 11](https://user-images.githubusercontent.com/9286136/171005504-d70dd078-a654-4c73-891b-157128a4ac43.png)...

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}" >>...