You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In <your_folder>/convector-example-drug-supply-chain/@worldsibu/ui/package.json, add --host option allowing it to run by using http://<IP_address>:4200/ instead of http://localhost:4200 only: "start": "ng serve --host=0.0.0.0",
Also in the service: <your_folder>/convector-example-drug-supply-chain/@worldsibu/ui/src/environments/environment.ts, change to: serverUrl: 'http://0.0.0.0:10100'
The text was updated successfully, but these errors were encountered:
In <your_folder>/convector-example-drug-supply-chain/@worldsibu/ui/package.json, add --host option allowing it to run by using http://<IP_address>:4200/ instead of http://localhost:4200 only:
"start": "ng serve --host=0.0.0.0",
Also in the service: <your_folder>/convector-example-drug-supply-chain/@worldsibu/ui/src/environments/environment.ts, change to:
serverUrl: 'http://0.0.0.0:10100'
The text was updated successfully, but these errors were encountered: