So I took my code out of the equation and made a f...
# troubleshoot
q
So I took my code out of the equation and made a fresh clone of the git repo. Built the frontend and gms with gradle and tried to launch with the dev script and The app never fully launches. When trying to access the frontend it returns a screen saying an error has occurred and logs an exception, which in the docker logs looks like its just play failing to route the request. As far as I can tell broker, zookeeper, schema-reg, and actions are all not marked healthy when running docker ps -a, but they aren’t if I run the quickstart script either. But quickstart launches fine, the overall docker configs are basically identical, save the fact that the dev image uses environment files, and the logs and ps -a output are identical between quickstart and dev-without-neo4j