Version v0.30 of Metabase is no longer supported. Check out the docs for the current stable version, Metabase v0.63.
If you are running Metabase on Cloud66 here’s some info that may be helpful.
More to come. Success has been reported using the Metabase docker image.
If you are running your Metabase instance behind a loadbalancer you are likely to see issues accessing the application until you apply the correct healthcheck url. In the Manifest.yml, put:
production:
load_balancer:
configuration:
httpchk: HEAD /api/health HTTP/1.1\r\nHost:haproxy
[WARN ] org.eclipse.jetty.http.HttpParser :: badMessage: 400 No Host for HttpChannelOverHttp@52b8a3a{r=0,c=false,a=IDLE,uri=-} then checkout out the info above about setting the proper healthcheck url on your loadbalancer.