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

Fix local run issues #568

Closed mfrances17 closed 4 years ago

mfrances17 commented 4 years ago

Motivation

Local builds running the mock config won't run, they fail at the provisioning screen.

What

Changed the name of apicurio in the mock config, and added a check for undefined to get around a user-related undefined error that would display in the browser.

Verification Steps

  1. Run yarn start:dev locally to verify that the solution explorer loads normally, e.g. makes it through the provision screen and no longer displays an undefined error on startup.
  2. Run the code on a live OS4 system to verify that solution explorer loads as expected.

Checklist:

Progress

Additional Notes

You can point to the following docker image to test the changes on any live OS4 system: docker.io/mfrances17/dev-tutorial-web-app:latest