Running with Docker hangs
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
Can you check if its working with the example sheet provided here?
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
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