build-your-own-radar icon indicating copy to clipboard operation
build-your-own-radar copied to clipboard

Running with Docker hangs

Open tzach opened this issue 7 years ago • 3 comments

I used the Docker base install

docker run --rm -p 8080:80 -e SERVER_NAMES="localhost 127.0.0.1" wwwthoughtworks/build-your-own-radar

After providing the path to Google Spreadsheet, the UI never pass the "Your Technology Radar will be available in just a few seconds" phase.

In the browser terminal I see:

Uncaught TypeError: Cannot read property 'isSignedIn' of null
    at Object.login (main.9b56af802378c5cbcd02.js:322)
    at Object.loadedCallback (main.9b56af802378c5cbcd02.js:161)
    at main.9b56af802378c5cbcd02.js:322
    at h.r2 (cb=gapi.loaded_0:119)
    at xs (cb=gapi.loaded_0:122)
    at Wq (cb=gapi.loaded_0:122)
    at _.C.uea (cb=gapi.loaded_0:122)
    at Ap (cb=gapi.loaded_0:114)

Any idea? I'm running Chrome 73 on Fedora Linux

tzach avatar Apr 26 '19 14:04 tzach

Can you check if its working with the example sheet provided here?

arunvelsriram avatar Jul 08 '19 18:07 arunvelsriram

I can get the sample sheet working with the docker instance, however using my own file with the docker instance does not work.

Using my own file with the thoughtworks hosted instance does work, and you can see this here: https://radar.thoughtworks.com/?sheetId=https%3A%2F%2Fdocs.google.com%2Fspreadsheets%2Fd%2F1vpEfeQgyVxqa6Sa8ljjmEmJVmWf-INt6Vwb1bPfFXJo%2Fedit%23gid%3D1375641181

IanMulvany avatar Jul 25 '19 16:07 IanMulvany

I'm running into this as well. However, using the sample sheet provided does not work for me and I see the same error.

I also tried setting SKIP_GOOGLE_AUTH=true at runtime, but this did not help.

docker run --rm -p 8080:80 -e SERVER_NAMES="localhost 127.0.0.1" -e SKIP_GOOGLE_AUTH=true wwwthoughtworks/build-your-own-radar

jonmaestas avatar Feb 05 '20 21:02 jonmaestas