-
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
cannot login even with simplest example #19
Comments
I've bumped the version to 0.8.29 hoping that this would be related but the behaviour above still happens. |
I made my own dockerfile and its working now... @nicholasamorim let me know if u want it |
@iwalucas Can you paste here? Even if only to help diagnosing this dockerfile |
the entrypoint.sh is the same....
|
@iwalucas Yours work, yes. This seems to be the offending line on this dockerfile:
If this line is removed, it works. Making it be empty or |
maybe we could do a PR to fix this |
I would say so yes. Cronicle's doc states about those two values together: "please only do this if you know exactly what you are doing, and why". I'd still like to hear @belsander take on the matter, though. |
I forked this repo on my account.... I needed to install python3 anyway so will wait for @belsander to let us know what the problem is about so I can have a better setup |
Cronicle project actually states they do not accept arrays as envvars:
I have an image that fixes this: https://hub.docker.com/repository/docker/nicholasamorim/cronicle |
Running this
docker run --name cronicle --hostname localhost -p 3012:3012 intelliops/cronicle:latest
Boots up the image but the browser cannot login. We see the "Waiting for master server" for some time and then the frame just looks white.
The text was updated successfully, but these errors were encountered: