-
-
Notifications
You must be signed in to change notification settings - Fork 166
Web UI trying to connect to 127.0.0.1 #46
Comments
I am having the same issue. Not sure how to solve it. |
Same issue as well. This appears to be the same issue as here: #36 |
Hi everyone, Thanks for opening this issue! The solution for this is to implement the building of the frontend when the docker image starts. What does it mean? Why does it work locally? How to achieve this? When? |
For a quick solution, I consoled into the container and ran |
This was helpful! For those unfamiliar with docker, I used the following (sudos omitted):
I haven't figured out how to persist this, but it's enough to test rtsp-stream - which works fabulously by the way. |
what is RTSP_STREAM_BACKEND_URL variable format? is it http://10.10.0.6:8080/ ? |
You may use JS API window.location.href to get the host. |
https post, How do I find it? |
There are also cross domain requirements |
On the server I run
docker run -p 80:80 -p 8080:8080 roverr/rtsp-stream:2-management
.I get the UI but the add button does nothing. On inspection it seems that it's trying to reach 127.0.0.1
The text was updated successfully, but these errors were encountered: