- Open the Day2 UI.
- Select the correct month and year. With correct, we mean the time range when you opened the Easy Franchise application.
- Open http://localhost:8091 in the browser.
- If this URL can't be reached, repeat the documentation step Build and Test Run the Day2 Service Locally.
-
Check the Day2 service is working by calling its API
user/metric
. Open a terminal and add the following curl statement:curl --request GET 'http://localhost:8091/user/metric?year=<CURRENT-YEAR>&month=<CURRENT-MONTH-NUMBER>'
-
If you get data, check if you forgot to update the
Vue.prototype.$backendApi
in the Day2 UI. Read Run the Day2 UI) for more details. -
If the rest call is ok, but returns an empty array, do again the steps described in Call the APIs of the Locally Running Day2 Service.
-
Check if any of your locally running applications are using different ports than described in the documentation. This can happen, when one of the default ports are occupied by another Service on your local PC.
-
If this is the case you need to reconfigure the according configuration files. Then build and restart the services.
Service port Day2 Service http://localhost:8091 ef-service http://localhost:8080 bp-service http://localhost:8100 db-service http://localhost:8090 Easy Franchise UI http://localhost:8081
- Check the chapter Test the Easy Franchise Application Locally of the related Mission Develop a Multitenant Extension Application in SAP BTP, Kyma Runtime to validate that all the Easy Franchise services are up and running.