Could not load viewer config

Hello ,

I am trying to run angular viewer from Change Angular Viewer UI - #2 by vladimir.litvinchik but got this error. May I know what went wrong?

ss52.PNG (44.7 KB)

@danishPersys

Thank you for attaching the screenshot with the error. This error appears when there is no API available at http://localhost:8080. The first request that UI is making to the service is /viewer/loadConfig. It is expected that the API returns configuration for the UI. Please make sure that you’re running the API service. Our Spring and Dropwizard demo projects include both client (UI) and API service.