Closed nagi1 closed 3 years ago
Update: I installed older version 6.4.9 Same exact issue.
Same here, it is more often broken than not broken, to the point I am back using google until I can find the time to install an alternative...
Accessing localhost
from within a docker container will try to connect the container itself (as in case of any host it will refer to itself), which obviously won't work. Use your normal IP address/host name, and not localhost
, 127.0.0.1
, 192.168.0.1
and the like.
Describe the bug Pulling fresh 6.4.13.3 docker image with untouch/unmodified sdk example and results "Well, this is embarrassing" and error in console "Unexpected token o in JSON at position 1".
To Reproduce
docker run --privileged -t -d -p 127.0.0.1:9980:9980 -e "domain=localhost\\:3000" -e "username=admin" -e "password=password" -e "DONT_GEN_SSL_CERT=true" -e "extra_params=--o:ssl.enable=false" --restart always collabora/code
termination=false
Expected behavior It should work given it's untouched demo code
Actual behavior Error Well, this is embarrassing and Unexpected token o in JSON at position 1 on console.
Screenshots
Desktop
Additional context I'm aware of previous issues and PR and tried many solutions!
2771 #2752 #2931
Some logs