-
Notifications
You must be signed in to change notification settings - Fork 694
Angular 8 APP_INITIALIZER Timeout has occurred #587
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks. Please see #589 for the solution. |
Cool thanks. @manfredsteyer where's the code that fixes it? |
Excuse me, @manfredsteyer can you point me to the code that fixes this issue since I don't seem to find it in the repository. |
@leonardochaia I had some problems installing it via npm in the ordinary fashion, I believe its related to some cache problems with npm's new self cache cleaning. If you have some similar problems try force installing |
@ggjersund I didn't have problems installing via NPM. Current NPM version is 8.0.4, and this repository code version is on 8.0.1 I'm not even going to say my opinion about #515 or about the "fix", which I could see by comparing the JS from NPM. |
Describe the bug
Timeout has occurred
is thrown when attempting to perform an HTTP call on an AngularAPP_INITIALIZER
most likely due to changes from #515Find below a Stackblitz reproducing the issue:
Stackblitz example
To Reproduce
Steps to reproduce the behavior:
Expected logs
Expected behavior
Expected the discovery document to have been loaded
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: