joewIST
joewIST
If it's not used, how come Webpack is a required dependency? I'd also like to remove it from our project now we are on v17 for the same reasons, but...
Also trying to use @angular-devkit/build-angular:browser-esbuild, but blocked due to use of @sentry/webpack-plugin, which requires a customWebpackConfig.
Thanks I will look into this but unfortunately lack of support for esBuild plugins isn't the only thing holding us back from switching to esbuild at the moment. Hopefully the...
One of our libraries is currently not working with esbuild. Plus I'd rather wait for actual support for esbuild plugins for now, especially since build-angular:browser is still very much supported.
[Bug]: Silent refresh fails using localStorage when multiple tabs trying to refresh at the same time
Experiencing the same issue. Any help appreciated.
[Bug]: Silent refresh fails using localStorage when multiple tabs trying to refresh at the same time
Not sure if you are experiencing any of the issues found here as well? https://github.com/damienbod/angular-auth-oidc-client/issues/1753
[Bug]: Silent refresh fails using localStorage when multiple tabs trying to refresh at the same time
Good luck. We tried that in the past but it didn't fix our issue.
[Bug]: Silent refresh fails using localStorage when multiple tabs trying to refresh at the same time
We tried that but unfortunately it doesn't resolve our issue.
Also experiencing this issue. Any luck resolving it?
Experiencing the same issue on v17 (in our case it is failing to fetch from the google recaptcha api). Has anyone found a workaround?