servicebot
servicebot copied to clipboard
docker latest branch failing
Just a FYI, the latest branch is failing on clean installation of the application (using the docker-compose provided in servicebot-deploy). tag version-0.9.11 is working however (but with an incorrect version on installation).
I'm unable to replicate this, what error are you seeing?
This may be a hijack, but I also experienced a fail on a clean install via servicebot-deploy running Docker version 18.04.0-ce, build 3d479c0 on Ubuntu 16.04.4. The error occurs on setup in browser (tried Chrome 66, Safari 11.0.3 an Firefox 59 on Mac for good measure):
Unhandled Promise Rejection: TypeError: null is not an object (evaluating 'history.listen')
in bundle.js:113134
. A dispatchException
is thrown.
I also get 404's for the following files:
favicon.ico
(no surprise there)
/stylesheets/layouts/default-sidebar.css
/api/v1/extra-css.css
/build/es6-promise.map
/build/plugins/react-currency-input.es.js.map
Let me know if this should be a separate issue. Cheers