-
Notifications
You must be signed in to change notification settings - Fork 243
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
Small JS error on pipeline with no jobs in Chrome #86
Comments
Hello and welcome @bneil 🤗 Is there anything in the logs of Gaia? Usually this is more verbose. Edit: Your pipeline code would also help to reproduce your problem 😄 |
maybe its because im just using the default golang example?
which is going to exit in a panic Logs are as follows:
|
welp, if i read the error message.... this would of made more sense
Sorry about that, closing |
Thanks a lot @bneil . |
Currently using the latest via
docker run -d -p 8080:8080 -v $PWD:/data gaiapipeline/gaia:latest
After generating a pipeline (no jobs yet run), i went to the dashboard and got the following error when trying to
start pipeline
.this.pipeline.jobs
-jobs
is currently null which is causing the issueThe text was updated successfully, but these errors were encountered: