Good morning everyone,
regarding the H5 "demo-shop-floor-control-h5-sdk", I've been trying to customize and modify it by testing it locally. I first run the login command:
"odin login --update-config <path-to-ionapi-file>"
and then:
"odin serve --multi-tenant --ion-api"
However, when I provide the same input parameters that return data correctly in InforOS, the panel appears empty when running locally.
Authentication and API calls seem to work correctly, but it looks like this H5 might be calling H5 panels directly to retrieve some data (not via APIs), and those panels may not be reachable in the local environment.
Has anyone already tried this and managed to make it work?
Thanks in advance!