-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UI: this.transports.shift is not a function #17
Comments
For the issue, I can indeed confirm that |
was this resovled? |
fixed: use node:12-alpine to fix timer issue fixed: remove problematic ENV (websocket related) to fix dashboard loading issue fixed: install process for new version of cronicle fixed: drop privilege too early causes installation failed fixed jhuckaby/Cronicle#239 fixed belsander#17
I think I got a fix for the issue in PR #23 . Also I've created another version which supports run each jobs in their own docker container here https://github.com/bluet/docker-cronicle-docker and https://hub.docker.com/r/bluet/cronicle-docker Hope it helps before @belsander 's review. |
This is because the JSON property socket_io_transports is set to a string and not to a JSON array. You need a different method to set it, I use jq. |
is this related? #15 |
Any hope of a fix in this repo? |
The JSON property socket_io_transports ist set to a string in /opt/cronicle/conf/config.json using a special environment variable syntax. This is explicitly disallowed in the Cronicle docs. It simply cannot be done using the method that is used in the Docker file. So there is no easy fix. The Cronicle docs state:
Therefore the config parameter socket_io_transports cannot be set to an array using the environment variable syntax. Either remove it to leave it at the default or set it using another way, e.g. jq. Normally it should be fine to just remove it. I will submit a pull request to this repo to remove it as it will not work setting it this way. |
This is a UI issue observed with the
latest
tag, which runs version0.8.28
.0.8.28
is also a tag which is slightly confusing :|See jhuckaby/Cronicle#168
Tag
0.8.28
does not exhibit this behaviour.The text was updated successfully, but these errors were encountered: