integr8ly / tutorial-web-app

Solution Explorer provides the front door into the Integreatly initiative. It hosts the various Solution Patterns, as well as providing a dashboard of installed applications/products/services.
Apache License 2.0
36 stars 54 forks source link

do not crash when a walkthrough cannot be resolved #511

Closed pb82 closed 4 years ago

pb82 commented 4 years ago

Fixes INTLY-3338

Do not crash the webapp if one of the walkthrough locations can't be resolved but still log the error.

Verification steps:

  1. Start the webapp and provide a list of locations with at least one invalid location, e.g. WALKTHROUGH_LOCATIONS=https://github.com/integr8ly/does-not-exist,https://github.com/integr8ly/tutorial-web-app-walkthroughs yarn run start:dev
  2. Make sure the error is logged but the webapp still starts and loads the other walkthroughs
  3. Verify the same on a cluster