Why illa always use previously configed ip address to connect api port 9999 #542
Replies: 2 comments 2 replies
-
oh, this is my mistake, when i use different browser it‘s working fine.😊 |
Beta Was this translation helpful? Give feedback.
2 replies
-
We released the version 1.4.0. it include the bug fix. Please pull the latest docker image and try out. And if deploy on server/virtual machine, don't forget set the environment variables in scripts/run.sh: builder-backend api server serve addressAPI_SERVER_ADDRESS=your_server_ip_address builder-backend websocket server serve addressWEBSOCKET_SERVER_ADDRESS=your_server_ip_address |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
firstly, i config ip address use
illa deploy --self --port=81 --server-addr=0.0.0.0
then i open illa use host ip address to login, the page try to connect
0.0.0.0:9999
.now i removed previous illa, then use
illa deploy --self --port=81 --server-addr=124.70.1.1
, i open login page again but still receive same error.Beta Was this translation helpful? Give feedback.
All reactions