graphjs / graphjs-server

Server-side components of GraphJS at https://github.com/phonetworks/graphjs
https://graphjs.com
MIT License
47 stars 25 forks source link

Heroku build succeeds but app gives 404 #58

Closed startupengine closed 5 years ago

startupengine commented 5 years ago

You can see the "Not found" error here: https://graphjs-server.herokuapp.com/

Build output:

-----> PHP app detected
-----> Bootstrapping...
-----> Installing platform packages...
       - php (7.3.0)
       - ext-mbstring (bundled with php)
       - apache (2.4.37)
       - nginx (1.8.1)
-----> Installing dependencies...
       Composer version 1.8.0 2018-12-03 10:31:16
       Loading composer repositories with package information
       Installing dependencies from lock file
       Package operations: 64 installs, 0 updates, 0 removals
         - Installing mtdowling/jmespath.php (2.4.0): Downloading (100%)
         - Installing ralouphie/getallheaders (2.0.5): Downloading (100%)
         - Installing psr/http-message (1.0.1): Downloading (100%)
         - Installing guzzlehttp/psr7 (1.5.2): Downloading (100%)
         - Installing guzzlehttp/promises (v1.3.1): Downloading (100%)
         - Installing guzzlehttp/guzzle (6.3.3): Downloading (100%)
         - Installing aws/aws-sdk-php (3.85.0): Downloading (100%)         
         - Installing paragonie/random_compat (v9.99.99): Downloading (100%)
         - Installing defuse/php-encryption (v2.2.1): Downloading (100%)
         - Installing firebase/php-jwt (v5.0.0): Downloading (100%)
         - Installing league/flysystem (1.0.49): Downloading (100%)
         - Installing symfony/polyfill-ctype (v1.10.0): Downloading (100%)
         - Installing webmozart/assert (1.4.0): Downloading (100%)
         - Installing php-http/message-factory (v1.0.2): Downloading (100%)
         - Installing php-http/discovery (1.5.2): Downloading (100%)         
         - Installing php-http/multipart-stream-builder (1.0.0): Downloading (100%)         
         - Installing clue/stream-filter (v1.4.0): Downloading (100%)
         - Installing php-http/message (1.7.2): Downloading (100%)
         - Installing php-http/promise (v1.0.0): Downloading (100%)
         - Installing php-http/httplug (v1.1.0): Downloading (100%)
         - Installing symfony/options-resolver (v4.2.2): Downloading (100%)
         - Installing php-http/client-common (1.9.0): Downloading (100%)         
         - Installing mailgun/mailgun-php (2.8.0): Downloading (100%)         
         - Installing predis/predis (v1.1.1): Downloading (100%)
         - Installing kjdev/redis-graph (1.0.0): Downloading (100%)         
         - Installing pho-adapters/index-redis (dev-master 272f3d8): Downloading (100%)         
         - Installing league/flysystem-aws-s3-v3 (1.0.21): Downloading (100%)
         - Installing pho-adapters/storage-aws-s3 (dev-master 26c3df0): Downloading (100%)         
         - Installing pho-recipes/web (dev-master 59c5b75): Downloading (100%)         
         - Installing vlucas/phpdotenv (v2.5.2): Downloading (100%)
         - Installing zendframework/zend-stdlib (3.2.1): Downloading (100%)
         - Installing psr/container (1.0.0): Downloading (100%)
         - Installing zendframework/zend-config (3.2.0): Downloading (100%)         
         - Installing psr/log (1.1.0): Downloading (100%)
         - Installing pimple/pimple (v1.1.1): Downloading (100%)         
         - Installing zendframework/zend-file (2.8.2): Downloading (100%)         
         - Installing vlucas/valitron (v1.4.4): Downloading (100%)         
         - Installing phonetworks/pho-lib-graph (8.1.2): Downloading (100%)         
         - Installing symfony/polyfill-mbstring (v1.10.0): Downloading (100%)
         - Installing danielstjules/stringy (3.1.0): Downloading (100%)         
         - Installing phonetworks/pho-framework (11.2.3): Downloading (100%)         
         - Installing monolog/monolog (1.24.0): Downloading (100%)
         - Installing phonetworks/pho-microkernel (dev-master 509e0f8): Downloading (100%)         
         - Installing pho-adapters/storage-filesystem (dev-master fd6f656): Downloading (100%)         
         - Installing sabre/event (5.0.3): Downloading (100%)         
         - Installing pho-adapters/events-local (dev-master 82084fd): Downloading (100%)         
         - Installing pho-adapters/database-redis (dev-master 90f6fa5): Downloading (100%)         
         - Installing phonetworks/pho-kernel (dev-master aca22d7): Downloading (100%)         
         - Installing get-stream/stream (2.9.1): Downloading (100%)         
         - Installing phonetworks/pho-plugins-feeds (0.1): Downloading (100%)         
         - Installing ringcentral/psr7 (1.2.2): Downloading (100%)
         - Installing evenement/evenement (v2.1.0): Downloading (100%)         
         - Installing react/stream (v0.4.6): Downloading (100%)         
         - Installing react/promise (v2.7.1): Downloading (100%)
         - Installing react/event-loop (v0.4.3): Downloading (100%)         
         - Installing react/socket (v0.5.1): Downloading (100%)         
         - Installing react/http (v0.5.0): Downloading (100%)         
         - Installing esokullu/react-restify (dev-master cec6b40): Downloading (100%)         
         - Installing phonetworks/pho-server-rest (2.1.3): Downloading (100%)         
         - Installing rakit/validation (v0.22.3): Downloading (100%)         
         - Installing ramsey/uuid (3.8.0): Downloading (100%)
         - Installing superbalist/php-pubsub (2.0.0): Downloading (100%)         
         - Installing superbalist/php-pubsub-redis (2.0.0): Downloading (100%)         
         - Installing vanilla/garden-cli (v2.1): Downloading (100%)         
       Generating optimized autoload files
-----> Preparing runtime environment...
-----> Checking for additional extensions to install...
-----> Discovering process types
       Procfile declares types -> web
-----> Compressing...
       Done: 18.3M
-----> Launching...
       Released v12
       https://graphjs-server.herokuapp.com/ deployed to Heroku
esokullu commented 5 years ago

This is a non-issue. / does not respond. Try https://graphjs-server.herokuapp.com/whoami

esokullu commented 5 years ago

Will be handled in new versions. See #61

Thanks for the report.