-
Notifications
You must be signed in to change notification settings - Fork 280
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
504 Bad Gateway #19
Comments
Hi @crazy9042, did you first initialize the DB? Are you running this via Docker compose or manually? |
@djdefi Hi, Yes I did initialize my DB, And i am running docker manually. To even verify that i have the DB running properly, I went into the mysql container to see whether the DB was created and it was. It also has the components that i created. I am able to access my dashboard page, create components, incidents, almost everything but the status page alone shows a 504 Bad Gateway error |
I'm seeing the same exact thing. I'm essentially using Docker's Compose (but Tutum instead, which uses the same syntax), and Cachet is running behind Haproxy with port 8000 exposed. EDIT: Well, not the same exact thing. I actually see the "Houston, we have a problem" page everywhere I go, but it's still Error 500. |
Any news on this? |
Is this still occurring with the 2.0.4 release? |
My issue seems to stem from my specific environment needs. |
Is it possible to configure it once (either through env vars or through a persistent database) and then use the existing data when (re)deploying? |
Took the entire day, but I managed to successfully persist the data to a remote database. Redeploying a clean container seems to work nicely too, as long as I pass in all the correct env vars. |
@Dids Glad to hear you got it working. As you have found, there should be no issues with persisting the Database, as long as the correct @crazy9042 Have you been able to test with the latest |
@djdefi Hey, Yeah i just tested it today, was able to run cachet and i don't find any 504 errors. But then I do find the following in docker logs. 2016-01-05 16:59:01,325 CRIT reaped unknown pid 104) |
I believe those can safely be ignored, should just be left over nginx or php-fpm workers that are getting cleaned up. |
@djdefi Thanks ryan. I will close this issue for now. In case if i encounter the same i will keep you posted |
HI,
I have recently started using cachet. I am using cachet version 1.2.1. I have set up cachet using docker image. After setup i am able to access my admin page or setup page. But when i go my status page I have a 504 Gateway Timeout Page.(I had the same issue using the cachethq/docker:latest image. )
The following is my docker logs of the cachethq container
The text was updated successfully, but these errors were encountered: