joewIST
joewIST
Not really, without providing the entire application. Is it possible that this is coming from the AuthInterceptor?
I will try it now, thanks. If not maybe I can make a custom interceptor though!
Unfortunately the above does not fix the issue. Silent renew still fails with the same error messages.
In development mode we use HMR. The issue is this is even happening during non-HMR replacements, i.e. if you don't do anything/don't recompile the code, it's still occurring. We have...
I'm afraid I can't provide a repository, but I can refer to some of the features of the build: We are using: "flag-icons": "6.9.5", The Angular build executor is using:...
Hi, is this something that is fixable or should we look towards alternative options?
I have still not found a solution and therefore we cannot use esbuild in our project yet.
This hasn't worked for us, we still get the same errors. This is now blocking us from updating to Angular v.17.
I have copied the above and still get the same issues...
"options": { "baseHref": "/", "outputPath": "dist/apps/XXXX/browser/browser", "index": "apps/XXXX/src/index.html", "main": "apps/XXXX/src/main.ts", "tsConfig": "apps/XXXX/tsconfig.app.json", "polyfills": "apps/XXXX/src/polyfills.ts", "assets": [ "apps/XXXX/src/assets/icon", "apps/XXXX/src/favicon.ico", "apps/XXXX/src/manifest.webmanifest", { "input": "apps/XXXX/src/assets/config/development", "glob": "*.json", "output": "assets/config" }, { "input": "libs/shared/ui/assets",...