Closed roberto-lopardo-aimen closed 1 month ago
Hello @roberto-lopardo-aimen,
to fix the problem, you have to set the basyx.externalurl
in the properties file of the AAS environment.
For example if the address of the AAS Env is http://localhost:8081
on the PC where you ran the docker-compose.yml, then you would have to set the external URL as follows:
http://ip-of-same-pc-:8081
This will fix the problem you encountered here with the registry integration. Here is a link to our wiki describing the registry integration feature.
Hello @roberto-lopardo-aimen,
to fix the problem, you have to set the basyx.externalurl
in the properties file of the AAS environment.
For example if the address of the AAS Env is http://localhost:8081
on the PC where you ran the docker-compose.yml, then you would have to set the external URL as follows:
http://ip-of-same-pc-:8081
This will fix the problem you encountered here with the registry integration. Here is a link to our wiki describing the registry integration feature.
Hello.
When I access the web-ui from the same PC the docker compose is running, everything works just fine. But when I access it from another PC on the same network only the web-ui loads, whenever I click on an asset it errors out.
I've tried changing the environment variables to localhost, 0.0.0.0 and the server's IP but nothing works:
Could you please help me figure out what's going on? Have you tried using the web-ui from another PC?
Thanks in advance, great work!