Ajay Kumar Sana
Ajay Kumar Sana
> Hi @ajaykumarsana ! > You would have to tell apache to serve the index.html on every request, no matter if it's /app1, /app2, /, /some-other. > single-spa-router would take...
@Vallerious , @joeldenning Any solution?
Hi @joeldenning , Do you have any idea how to fix above issue. We are getting CORS issue after migrating to angular 13 version. FYI: Only below node modules were...
@axeleroy That's so good to hear, I tried with `@angular-devkit/build-angular:14.1.1` yet got the same CORS error. Could you share more details to fix above like package.json or angular.json if you...
Hi @pgarzina I've added ` "baseHref": "http://localhost:4210/" ` in my angular.json file under architect -> build -> options. My package.json would look like below ``` { "name": "emp-banner-management-service", "version": "0.0.0",...
@pgarzina What would be the ` "@angular-devkit/build-angular" and "@angular-builders/custom-webpack"` version which doesn't throw CORS error?