-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: wrong ICM is used when configured ICM throws errors on SSR (#1519)
* icmBaseURL no longer uses environment.ts fallback in production mode * make usage of default/fallback configuration in environment.ts configurable for getting state properties * errors should only contain properties of defined HttpError interface * do not log an error that can't be stringified, it floods the log with irrelevant information BREAKING CHANGES: No longer falls back to `environment.ts` configured `icmBaseURL` in production mode. The given option `disableDefault` can be removed in `configuration.effects.ts` in order to retain the old behavior.
- Loading branch information
Showing
4 changed files
with
21 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters