Aman-Mittal commented on issue #486: URL: https://github.com/apache/fineract-backoffice-ui/issues/486#issuecomment-5558681351
Verified fixed on `main` at `3c6d7479`. The report's own hypothesis turned out to be right: the exception came from the lazy icon-resolution path, so registering `flash-outline` and `checkmark-done-outline` in PR #495 removed it along with the two Ionicons warnings. This issue was fixed by that PR even though only #485 was linked to it. Driving `/dashboard`, `/clients`, `/loans` and `/notifications` against the local stack and capturing every console line: ``` --- interesting console output across 4 routes --- failed net::ERR_CONNECTION_REFUSED http://localhost:4201/remoteEntry.json http 404 /branding/config.json http 404 /branding/i18n/en.json ``` No `Failed to construct 'URL': Invalid base URL`, and no Ionicons warnings. What is left is the `branding/*` 404s this issue already pointed at as separately filed, plus the microfrontend remote on `:4201`, which is simply not running in a plain `ng serve`. Closing as fixed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
