Closed ryanwk closed 7 years ago
Is this only coming from the deployed app, and not your local version?
yes
have you checked the heroku logs
?
~/wdi/projects/e-commerceBackEnd (master)
$ heroku logs --tail
▸ heroku-cli: update available from 6.12.9 to 6.13.9-58fc9ef
2017-08-04T14:07:15.367446+00:00 heroku[web.1]: Process exited with status 22
2017-08-04T14:07:15.245132+00:00 app[web.1]: Error waiting for process to terminate: No child processes
2017-08-05T19:41:25.689320+00:00 heroku[web.1]: Unidling
2017-08-05T19:41:25.689524+00:00 heroku[web.1]: State changed from down to starting
2017-08-05T19:41:28.261410+00:00 heroku[web.1]: Starting process with command npm start
2017-08-05T19:41:30.587020+00:00 app[web.1]:
2017-08-05T19:41:30.587042+00:00 app[web.1]: > ga-wdi-boston.express-api-template@0.1.1 start /app
2017-08-05T19:41:30.587043+00:00 app[web.1]: > ./bin/express server
2017-08-05T19:41:30.587044+00:00 app[web.1]:
2017-08-05T19:41:31.194839+00:00 app[web.1]: (node:18) DeprecationWarning: open()
is deprecated in mongoose >= 4.11.0, use openUri()
instead, or set the useMongoClient
option if using connect()
or createConnection()
. See http://mongoosejs.com/docs/connections.html#use-mongo-client
2017-08-05T19:41:31.196614+00:00 app[web.1]: Server listening on port 33651
2017-08-05T19:41:31.215630+00:00 app[web.1]: Db.prototype.authenticate method will no longer be available in the next major release 3.x as MongoDB 3.6 will only allow auth against users in the admin db and will no longer allow multiple credentials on a socket. Please authenticate using MongoClient.connect with auth credentials.
2017-08-05T19:41:31.932004+00:00 heroku[web.1]: State changed from starting to up
2017-08-05T19:41:32.771446+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=9bcccc0b-27db-442d-b3b0-d9668ae82e97 fwd="144.121.82.194" dyno=web.1 connect=1ms service=12ms status=500 bytes=296 protocol=https
2017-08-05T19:41:33.673639+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=07807fee-a17a-4b45-a977-7440608eed85 fwd="144.121.82.194" dyno=web.1 connect=0ms service=5ms status=500 bytes=296 protocol=https
2017-08-05T20:16:37.637431+00:00 heroku[web.1]: Idling
2017-08-05T20:16:37.637984+00:00 heroku[web.1]: State changed from up to down
2017-08-05T20:16:38.471297+00:00 heroku[web.1]: Stopping all processes with SIGTERM
2017-08-05T20:16:38.686176+00:00 heroku[web.1]: Process exited with status 143
2017-08-09T13:32:55.332665+00:00 heroku[web.1]: Unidling
2017-08-09T13:32:55.332961+00:00 heroku[web.1]: State changed from down to starting
2017-08-09T13:32:57.794531+00:00 heroku[web.1]: Starting process with command npm start
2017-08-09T13:33:00.922008+00:00 app[web.1]:
2017-08-09T13:33:00.922024+00:00 app[web.1]: > ga-wdi-boston.express-api-template@0.1.1 start /app
2017-08-09T13:33:00.922026+00:00 app[web.1]: > ./bin/express server
2017-08-09T13:33:00.922026+00:00 app[web.1]:
2017-08-09T13:33:02.199056+00:00 app[web.1]: (node:18) DeprecationWarning: open()
is deprecated in mongoose >= 4.11.0, use openUri()
instead, or set the useMongoClient
option if using connect()
or createConnection()
. See http://mongoosejs.com/docs/connections.html#use-mongo-client
2017-08-09T13:33:02.208744+00:00 app[web.1]: Server listening on port 53449
2017-08-09T13:33:02.256726+00:00 app[web.1]: Db.prototype.authenticate method will no longer be available in the next major release 3.x as MongoDB 3.6 will only allow auth against users in the admin db and will no longer allow multiple credentials on a socket. Please authenticate using MongoClient.connect with auth credentials.
2017-08-09T13:33:02.488166+00:00 heroku[web.1]: State changed from starting to up
2017-08-09T13:33:03.409933+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=15687d15-5a17-4e1c-98d5-0d3fbd53005e fwd="144.121.82.194" dyno=web.1 connect=1ms service=19ms status=500 bytes=296 protocol=https
2017-08-09T13:33:04.083051+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=d0f8f6d6-3593-4a87-aeea-dd8de6761bdb fwd="144.121.82.194" dyno=web.1 connect=1ms service=15ms status=500 bytes=296 protocol=https
2017-08-09T13:42:44.000000+00:00 app[api]: Build started by user ryanwkoch@gmail.com
2017-08-09T13:43:22.187156+00:00 app[api]: Deploy 2c887573 by user ryanwkoch@gmail.com
2017-08-09T13:43:22.187156+00:00 app[api]: Release v7 created by user ryanwkoch@gmail.com
2017-08-09T13:43:22.513731+00:00 heroku[web.1]: State changed from up to starting
2017-08-09T13:43:22.511477+00:00 heroku[web.1]: Restarting
2017-08-09T13:42:44.000000+00:00 app[api]: Build succeeded
2017-08-09T13:43:23.679111+00:00 heroku[web.1]: Stopping all processes with SIGTERM
2017-08-09T13:43:23.964519+00:00 heroku[web.1]: Process exited with status 143
2017-08-09T13:43:24.393074+00:00 heroku[web.1]: Starting process with command npm start
2017-08-09T13:43:26.563071+00:00 app[web.1]:
2017-08-09T13:43:26.563084+00:00 app[web.1]: > ga-wdi-boston.project-three-api@0.1.1 start /app
2017-08-09T13:43:26.563085+00:00 app[web.1]: > ./bin/express server
2017-08-09T13:43:26.563086+00:00 app[web.1]:
2017-08-09T13:43:27.331573+00:00 app[web.1]: (node:18) DeprecationWarning: open()
is deprecated in mongoose >= 4.11.0, use openUri()
instead, or set the useMongoClient
option if using connect()
or createConnection()
. See http://mongoosejs.com/docs/connections.html#use-mongo-client
2017-08-09T13:43:27.356744+00:00 app[web.1]: Db.prototype.authenticate method will no longer be available in the next major release 3.x as MongoDB 3.6 will only allow auth against users in the admin db and will no longer allow multiple credentials on a socket. Please authenticate using MongoClient.connect with auth credentials.
2017-08-09T13:43:27.333383+00:00 app[web.1]: Server listening on port 17759
2017-08-09T13:43:28.054058+00:00 heroku[web.1]: State changed from starting to up
2017-08-09T13:47:31.470333+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=fdde2e3f-2972-49f7-8698-0f77bf1a138f fwd="144.121.82.194" dyno=web.1 connect=1ms service=33ms status=500 bytes=296 protocol=https
2017-08-09T13:47:32.309367+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=51702267-f9c2-40c7-abeb-eec8270221e6 fwd="144.121.82.194" dyno=web.1 connect=1ms service=5ms status=500 bytes=296 protocol=https
2017-08-09T13:50:03.735133+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=97b403f8-546a-43d2-a2e7-f91ea544b21d fwd="144.121.82.194" dyno=web.1 connect=1ms service=3ms status=500 bytes=296 protocol=https
2017-08-09T13:50:04.205699+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=82098656-fee9-4f62-9190-48eed79e21dd fwd="144.121.82.194" dyno=web.1 connect=1ms service=2ms status=500 bytes=296 protocol=https
2017-08-09T14:05:55.707211+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=7f341977-5038-46dc-a220-37e2928ca633 fwd="144.121.82.194" dyno=web.1 connect=2ms service=3ms status=500 bytes=296 protocol=https
2017-08-09T14:05:56.307838+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=545c26ba-f858-4de3-aeb2-2d7369cf735a fwd="144.121.82.194" dyno=web.1 connect=0ms service=1ms status=500 bytes=296 protocol=https
2017-08-09T14:06:03.076610+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=9eae0407-1b4b-4412-9134-a82f54eaa711 fwd="144.121.82.194" dyno=web.1 connect=0ms service=1ms status=500 bytes=296 protocol=https
2017-08-09T14:06:03.718218+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=2c6bceff-4ad4-4369-8c9f-377e79040990 fwd="144.121.82.194" dyno=web.1 connect=0ms service=1ms status=500 bytes=296 protocol=https
2017-08-09T14:12:54.060889+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=c82eb5de-d05a-4324-a670-617293c07caf fwd="144.121.82.194" dyno=web.1 connect=0ms service=1ms status=500 bytes=296 protocol=https
2017-08-09T14:12:54.657667+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=a83f5c6c-4fc4-4420-8f20-de13de004a3a fwd="144.121.82.194" dyno=web.1 connect=0ms service=1ms status=500 bytes=296 protocol=https
2017-08-09T14:20:48.534118+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=2ba2d7c0-c0d5-42b1-9c63-3c8a02a20615 fwd="144.121.82.194" dyno=web.1 connect=1ms service=4ms status=500 bytes=296 protocol=https
2017-08-09T14:20:49.279135+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=f555019f-aaf2-49de-98e8-8512091fe452 fwd="144.121.82.194" dyno=web.1 connect=1ms service=2ms status=500 bytes=296 protocol=https
2017-08-09T14:31:43.461135+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=7122efe6-33ce-47f9-90c6-e973a41cab2d fwd="144.121.82.194" dyno=web.1 connect=1ms service=3ms status=500 bytes=296 protocol=https
2017-08-09T14:31:44.074553+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=7fa9f6e0-0cdc-44b7-b90e-59c9a22d3768 fwd="144.121.82.194" dyno=web.1 connect=1ms service=2ms status=500 bytes=296 protocol=https
2017-08-09T14:34:42.756432+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=4b4dd1da-c3ff-4ce7-b8a1-cee88ebad3f0 fwd="144.121.82.194" dyno=web.1 connect=2ms service=5ms status=500 bytes=296 protocol=https
2017-08-09T14:34:43.371151+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=ad4a4425-6974-47d8-a1ca-949337127f29 fwd="144.121.82.194" dyno=web.1 connect=5ms service=2ms status=500 bytes=296 protocol=https
2017-08-09T14:34:45.977750+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=b57fecaf-157c-4b7a-ac89-9979f06c66f7 fwd="144.121.82.194" dyno=web.1 connect=1ms service=2ms status=500 bytes=296 protocol=https
2017-08-09T14:34:46.581479+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=33280fae-d834-48cd-b3d2-bcd83676870c fwd="144.121.82.194" dyno=web.1 connect=0ms service=2ms status=500 bytes=296 protocol=https
2017-08-09T14:34:48.196619+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=7b386feb-b363-4152-a44b-ebd1b7bbd4e4 fwd="144.121.82.194" dyno=web.1 connect=0ms service=2ms status=500 bytes=296 protocol=https
2017-08-09T14:34:48.814955+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=012cbc00-bfae-461a-80fb-f4cd0b725cbb fwd="144.121.82.194" dyno=web.1 connect=0ms service=1ms status=500 bytes=296 protocol=https
2017-08-09T14:35:25.257699+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=31fd3dc3-fde6-4e57-9a4b-bfc3fa6c3462 fwd="144.121.82.194" dyno=web.1 connect=3ms service=4ms status=500 bytes=296 protocol=https
2017-08-09T14:35:25.857526+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=f04e0e8b-5b34-4492-830e-df3f10b3542b fwd="144.121.82.194" dyno=web.1 connect=0ms service=2ms status=500 bytes=296 protocol=https
2017-08-09T14:35:27.636559+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=363e419c-93f4-4720-a439-fb6dd11140e1 fwd="144.121.82.194" dyno=web.1 connect=0ms service=1ms status=500 bytes=296 protocol=https
2017-08-09T14:35:28.197308+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=89a7a185-5f83-40bc-b677-13e3c4473688 fwd="144.121.82.194" dyno=web.1 connect=0ms service=2ms status=500 bytes=296 protocol=https
2017-08-09T14:35:29.934115+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=fe402fb3-9ca1-4f51-a655-d5d0d04d2f2b fwd="144.121.82.194" dyno=web.1 connect=0ms service=1ms status=500 bytes=296 protocol=https
2017-08-09T14:35:30.501851+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=d449357a-f45b-4cc6-ab97-a39e43892def fwd="144.121.82.194" dyno=web.1 connect=2ms service=7ms status=500 bytes=296 protocol=https
2017-08-09T14:40:16.482409+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=a5fc5a53-2d02-4501-8e81-8942cac4c046 fwd="144.121.82.194" dyno=web.1 connect=1ms service=4ms status=500 bytes=296 protocol=https
2017-08-09T14:40:17.070633+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=22564da2-b538-40dc-a950-06822ff85986 fwd="144.121.82.194" dyno=web.1 connect=1ms service=3ms status=500 bytes=296 protocol=https
2017-08-09T14:44:03.739249+00:00 heroku[router]: at=info method=GET path="/:1" host=mudabish.herokuapp.com request_id=702e598e-0aa4-49ab-b60b-c9ea865b5b8a fwd="144.121.82.194" dyno=web.1 connect=0ms service=2ms status=500 bytes=296 protocol=https
2017-08-09T14:44:04.250227+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=151f518a-9dd6-41e5-bd58-8b034ead4712 fwd="144.121.82.194" dyno=web.1 connect=0ms service=1ms status=500 bytes=296 protocol=https
2017-08-09T14:44:15.997870+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=c1bac108-73c6-408a-8eed-3f6ff483d34a fwd="144.121.82.194" dyno=web.1 connect=0ms service=3ms status=500 bytes=296 protocol=https
2017-08-09T14:44:16.560073+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=e55228ba-386c-402b-967c-3297eb855cf6 fwd="144.121.82.194" dyno=web.1 connect=1ms service=2ms status=500 bytes=296 protocol=https
2017-08-09T14:49:37.415377+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=0bdaa1b1-7d5a-4f30-a711-a3a7e75b20ba fwd="144.121.82.194" dyno=web.1 connect=0ms service=2ms status=500 bytes=296 protocol=https
2017-08-09T14:49:38.101906+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=c8caa6a5-ef63-482b-9ed9-fde4f56d5158 fwd="144.121.82.194" dyno=web.1 connect=0ms service=8ms status=500 bytes=296 protocol=https
2017-08-09T14:50:38.622973+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=7ae748e4-d016-42a1-bd83-24a5ece1b80d fwd="144.121.82.194" dyno=web.1 connect=0ms service=1ms status=500 bytes=296 protocol=https
2017-08-09T14:50:39.271553+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=bdbe5edd-82c7-48fc-a75e-598a3f26ebf6 fwd="144.121.82.194" dyno=web.1 connect=8ms service=4ms status=500 bytes=296 protocol=https
2017-08-09T14:51:11.586796+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=f119fd3f-c564-463d-a32f-eff96e93a587 fwd="144.121.82.194" dyno=web.1 connect=0ms service=4ms status=500 bytes=296 protocol=https
2017-08-09T14:51:12.186925+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=3b530a08-74c3-442a-9963-2faabec5d516 fwd="144.121.82.194" dyno=web.1 connect=0ms service=2ms status=500 bytes=296 protocol=https
2017-08-09T14:58:01.551310+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=0a158097-7548-42a8-aa94-7e978037b262 fwd="144.121.82.194" dyno=web.1 connect=1ms service=3ms status=500 bytes=296 protocol=https
2017-08-09T14:58:02.155019+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=1922423a-846f-442b-b8d9-602a0f5f0268 fwd="144.121.82.194" dyno=web.1 connect=0ms service=1ms status=500 bytes=296 protocol=https
2017-08-09T15:02:41.410802+00:00 heroku[router]: at=info method=GET path="/:1" host=mudabish.herokuapp.com request_id=306d1ec1-7430-4c3f-b991-20101f55c06e fwd="144.121.82.194" dyno=web.1 connect=0ms service=4ms status=500 bytes=296 protocol=https
2017-08-09T15:02:41.661925+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=e38b1c44-aed7-43df-97d6-6bb1473622a0 fwd="144.121.82.194" dyno=web.1 connect=0ms service=2ms status=500 bytes=296 protocol=https
2017-08-09T15:02:55.926421+00:00 heroku[router]: at=info method=GET path="/1" host=mudabish.herokuapp.com request_id=ed13986a-e3a0-476e-a0cb-b6b8675e1cb0 fwd="144.121.82.194" dyno=web.1 connect=1ms service=4ms status=500 bytes=296 protocol=https
2017-08-09T15:02:56.146576+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=e5874174-4140-4f5c-974a-00c42580b77d fwd="144.121.82.194" dyno=web.1 connect=0ms service=1ms status=500 bytes=296 protocol=https
2017-08-09T15:02:58.580622+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=15fa62ff-8d2e-4539-bc8d-5d4f23b5529e fwd="144.121.82.194" dyno=web.1 connect=0ms service=3ms status=500 bytes=296 protocol=https
2017-08-09T15:02:58.767216+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=544c691b-04bf-42b8-8e65-8094070cea7e fwd="144.121.82.194" dyno=web.1 connect=0ms service=10ms status=500 bytes=296 protocol=https
2017-08-09T15:06:01.657398+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=ed405b82-f9fa-4179-8393-6b1ed2cf9dd6 fwd="144.121.82.194" dyno=web.1 connect=0ms service=1ms status=500 bytes=296 protocol=https
2017-08-09T15:06:02.295448+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=6941f0d6-fcba-4c7a-b4eb-20633fee249f fwd="144.121.82.194" dyno=web.1 connect=0ms service=1ms status=500 bytes=296 protocol=https
2017-08-09T15:10:02.588247+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=baa2f0b3-5fb4-4a9a-9733-a228fb1262e5 fwd="144.121.82.194" dyno=web.1 connect=23ms service=24ms status=500 bytes=296 protocol=https
2017-08-09T15:10:02.920682+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=3d740380-e581-4427-9761-3ddbdb486170 fwd="144.121.82.194" dyno=web.1 connect=2ms service=2ms status=500 bytes=296 protocol=https
2017-08-09T15:10:24.502904+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=4108e239-aa83-4bd9-a6ff-de3d5164cd4a fwd="144.121.82.194" dyno=web.1 connect=1ms service=3ms status=500 bytes=296 protocol=https
2017-08-09T15:10:25.137382+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=5042ff8c-5135-4b0b-9ab0-bd0dcd08245c fwd="144.121.82.194" dyno=web.1 connect=1ms service=19ms status=500 bytes=296 protocol=https
i'm seeing this in the output 2017-08-05T19:41:30.587042+00:00 app[web.1]: > ga-wdi-boston.express-api-template@0.1.1 start /app
you should have changed the name of the app to your project name, instead of ga-wdi-boston.express-api-template
I was able to find ga-wdi-boston.project-three-api However I cannot find ga-wdi-boston.express-api-template
I've replaced "ga-wdi-boston.project-three-api" with my project name "mudabish" (the app name on heroku)
didn't seem to have an effect
logs:
~/wdi/projects/e-commerceBackEnd (master)
$ heroku logs --tail
▸ heroku-cli: update available from 6.12.9 to 6.13.9-58fc9ef
2017-08-09T13:43:27.356744+00:00 app[web.1]: Db.prototype.authenticate method will no longer be available in the next major release 3.x as MongoDB 3.6 will only allow auth against users in the admin db and will no longer allow multiple credentials on a socket. Please authenticate using MongoClient.connect with auth credentials.
2017-08-09T13:43:27.333383+00:00 app[web.1]: Server listening on port 17759
2017-08-09T13:43:28.054058+00:00 heroku[web.1]: State changed from starting to up
2017-08-09T13:47:31.470333+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=fdde2e3f-2972-49f7-8698-0f77bf1a138f fwd="144.121.82.194" dyno=web.1 connect=1ms service=33ms status=500 bytes=296 protocol=https
2017-08-09T13:47:32.309367+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=51702267-f9c2-40c7-abeb-eec8270221e6 fwd="144.121.82.194" dyno=web.1 connect=1ms service=5ms status=500 bytes=296 protocol=https
2017-08-09T13:50:03.735133+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=97b403f8-546a-43d2-a2e7-f91ea544b21d fwd="144.121.82.194" dyno=web.1 connect=1ms service=3ms status=500 bytes=296 protocol=https
2017-08-09T13:50:04.205699+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=82098656-fee9-4f62-9190-48eed79e21dd fwd="144.121.82.194" dyno=web.1 connect=1ms service=2ms status=500 bytes=296 protocol=https
2017-08-09T14:05:55.707211+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=7f341977-5038-46dc-a220-37e2928ca633 fwd="144.121.82.194" dyno=web.1 connect=2ms service=3ms status=500 bytes=296 protocol=https
2017-08-09T14:05:56.307838+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=545c26ba-f858-4de3-aeb2-2d7369cf735a fwd="144.121.82.194" dyno=web.1 connect=0ms service=1ms status=500 bytes=296 protocol=https
2017-08-09T14:06:03.076610+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=9eae0407-1b4b-4412-9134-a82f54eaa711 fwd="144.121.82.194" dyno=web.1 connect=0ms service=1ms status=500 bytes=296 protocol=https
2017-08-09T14:06:03.718218+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=2c6bceff-4ad4-4369-8c9f-377e79040990 fwd="144.121.82.194" dyno=web.1 connect=0ms service=1ms status=500 bytes=296 protocol=https
2017-08-09T14:12:54.060889+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=c82eb5de-d05a-4324-a670-617293c07caf fwd="144.121.82.194" dyno=web.1 connect=0ms service=1ms status=500 bytes=296 protocol=https
2017-08-09T14:12:54.657667+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=a83f5c6c-4fc4-4420-8f20-de13de004a3a fwd="144.121.82.194" dyno=web.1 connect=0ms service=1ms status=500 bytes=296 protocol=https
2017-08-09T14:20:48.534118+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=2ba2d7c0-c0d5-42b1-9c63-3c8a02a20615 fwd="144.121.82.194" dyno=web.1 connect=1ms service=4ms status=500 bytes=296 protocol=https
2017-08-09T14:20:49.279135+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=f555019f-aaf2-49de-98e8-8512091fe452 fwd="144.121.82.194" dyno=web.1 connect=1ms service=2ms status=500 bytes=296 protocol=https
2017-08-09T14:31:43.461135+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=7122efe6-33ce-47f9-90c6-e973a41cab2d fwd="144.121.82.194" dyno=web.1 connect=1ms service=3ms status=500 bytes=296 protocol=https
2017-08-09T14:31:44.074553+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=7fa9f6e0-0cdc-44b7-b90e-59c9a22d3768 fwd="144.121.82.194" dyno=web.1 connect=1ms service=2ms status=500 bytes=296 protocol=https
2017-08-09T14:34:42.756432+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=4b4dd1da-c3ff-4ce7-b8a1-cee88ebad3f0 fwd="144.121.82.194" dyno=web.1 connect=2ms service=5ms status=500 bytes=296 protocol=https
2017-08-09T14:34:43.371151+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=ad4a4425-6974-47d8-a1ca-949337127f29 fwd="144.121.82.194" dyno=web.1 connect=5ms service=2ms status=500 bytes=296 protocol=https
2017-08-09T14:34:45.977750+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=b57fecaf-157c-4b7a-ac89-9979f06c66f7 fwd="144.121.82.194" dyno=web.1 connect=1ms service=2ms status=500 bytes=296 protocol=https
2017-08-09T14:34:46.581479+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=33280fae-d834-48cd-b3d2-bcd83676870c fwd="144.121.82.194" dyno=web.1 connect=0ms service=2ms status=500 bytes=296 protocol=https
2017-08-09T14:34:48.196619+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=7b386feb-b363-4152-a44b-ebd1b7bbd4e4 fwd="144.121.82.194" dyno=web.1 connect=0ms service=2ms status=500 bytes=296 protocol=https
2017-08-09T14:34:48.814955+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=012cbc00-bfae-461a-80fb-f4cd0b725cbb fwd="144.121.82.194" dyno=web.1 connect=0ms service=1ms status=500 bytes=296 protocol=https
2017-08-09T14:35:25.257699+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=31fd3dc3-fde6-4e57-9a4b-bfc3fa6c3462 fwd="144.121.82.194" dyno=web.1 connect=3ms service=4ms status=500 bytes=296 protocol=https
2017-08-09T14:35:25.857526+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=f04e0e8b-5b34-4492-830e-df3f10b3542b fwd="144.121.82.194" dyno=web.1 connect=0ms service=2ms status=500 bytes=296 protocol=https
2017-08-09T14:35:27.636559+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=363e419c-93f4-4720-a439-fb6dd11140e1 fwd="144.121.82.194" dyno=web.1 connect=0ms service=1ms status=500 bytes=296 protocol=https
2017-08-09T14:35:28.197308+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=89a7a185-5f83-40bc-b677-13e3c4473688 fwd="144.121.82.194" dyno=web.1 connect=0ms service=2ms status=500 bytes=296 protocol=https
2017-08-09T14:35:29.934115+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=fe402fb3-9ca1-4f51-a655-d5d0d04d2f2b fwd="144.121.82.194" dyno=web.1 connect=0ms service=1ms status=500 bytes=296 protocol=https
2017-08-09T14:35:30.501851+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=d449357a-f45b-4cc6-ab97-a39e43892def fwd="144.121.82.194" dyno=web.1 connect=2ms service=7ms status=500 bytes=296 protocol=https
2017-08-09T14:40:16.482409+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=a5fc5a53-2d02-4501-8e81-8942cac4c046 fwd="144.121.82.194" dyno=web.1 connect=1ms service=4ms status=500 bytes=296 protocol=https
2017-08-09T14:40:17.070633+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=22564da2-b538-40dc-a950-06822ff85986 fwd="144.121.82.194" dyno=web.1 connect=1ms service=3ms status=500 bytes=296 protocol=https
2017-08-09T14:44:03.739249+00:00 heroku[router]: at=info method=GET path="/:1" host=mudabish.herokuapp.com request_id=702e598e-0aa4-49ab-b60b-c9ea865b5b8a fwd="144.121.82.194" dyno=web.1 connect=0ms service=2ms status=500 bytes=296 protocol=https
2017-08-09T14:44:04.250227+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=151f518a-9dd6-41e5-bd58-8b034ead4712 fwd="144.121.82.194" dyno=web.1 connect=0ms service=1ms status=500 bytes=296 protocol=https
2017-08-09T14:44:15.997870+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=c1bac108-73c6-408a-8eed-3f6ff483d34a fwd="144.121.82.194" dyno=web.1 connect=0ms service=3ms status=500 bytes=296 protocol=https
2017-08-09T14:44:16.560073+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=e55228ba-386c-402b-967c-3297eb855cf6 fwd="144.121.82.194" dyno=web.1 connect=1ms service=2ms status=500 bytes=296 protocol=https
2017-08-09T14:49:37.415377+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=0bdaa1b1-7d5a-4f30-a711-a3a7e75b20ba fwd="144.121.82.194" dyno=web.1 connect=0ms service=2ms status=500 bytes=296 protocol=https
2017-08-09T14:49:38.101906+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=c8caa6a5-ef63-482b-9ed9-fde4f56d5158 fwd="144.121.82.194" dyno=web.1 connect=0ms service=8ms status=500 bytes=296 protocol=https
2017-08-09T14:50:38.622973+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=7ae748e4-d016-42a1-bd83-24a5ece1b80d fwd="144.121.82.194" dyno=web.1 connect=0ms service=1ms status=500 bytes=296 protocol=https
2017-08-09T14:50:39.271553+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=bdbe5edd-82c7-48fc-a75e-598a3f26ebf6 fwd="144.121.82.194" dyno=web.1 connect=8ms service=4ms status=500 bytes=296 protocol=https
2017-08-09T14:51:11.586796+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=f119fd3f-c564-463d-a32f-eff96e93a587 fwd="144.121.82.194" dyno=web.1 connect=0ms service=4ms status=500 bytes=296 protocol=https
2017-08-09T14:51:12.186925+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=3b530a08-74c3-442a-9963-2faabec5d516 fwd="144.121.82.194" dyno=web.1 connect=0ms service=2ms status=500 bytes=296 protocol=https
2017-08-09T14:58:01.551310+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=0a158097-7548-42a8-aa94-7e978037b262 fwd="144.121.82.194" dyno=web.1 connect=1ms service=3ms status=500 bytes=296 protocol=https
2017-08-09T14:58:02.155019+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=1922423a-846f-442b-b8d9-602a0f5f0268 fwd="144.121.82.194" dyno=web.1 connect=0ms service=1ms status=500 bytes=296 protocol=https
2017-08-09T15:02:41.410802+00:00 heroku[router]: at=info method=GET path="/:1" host=mudabish.herokuapp.com request_id=306d1ec1-7430-4c3f-b991-20101f55c06e fwd="144.121.82.194" dyno=web.1 connect=0ms service=4ms status=500 bytes=296 protocol=https
2017-08-09T15:02:41.661925+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=e38b1c44-aed7-43df-97d6-6bb1473622a0 fwd="144.121.82.194" dyno=web.1 connect=0ms service=2ms status=500 bytes=296 protocol=https
2017-08-09T15:02:55.926421+00:00 heroku[router]: at=info method=GET path="/1" host=mudabish.herokuapp.com request_id=ed13986a-e3a0-476e-a0cb-b6b8675e1cb0 fwd="144.121.82.194" dyno=web.1 connect=1ms service=4ms status=500 bytes=296 protocol=https
2017-08-09T15:02:56.146576+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=e5874174-4140-4f5c-974a-00c42580b77d fwd="144.121.82.194" dyno=web.1 connect=0ms service=1ms status=500 bytes=296 protocol=https
2017-08-09T15:02:58.580622+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=15fa62ff-8d2e-4539-bc8d-5d4f23b5529e fwd="144.121.82.194" dyno=web.1 connect=0ms service=3ms status=500 bytes=296 protocol=https
2017-08-09T15:02:58.767216+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=544c691b-04bf-42b8-8e65-8094070cea7e fwd="144.121.82.194" dyno=web.1 connect=0ms service=10ms status=500 bytes=296 protocol=https
2017-08-09T15:06:01.657398+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=ed405b82-f9fa-4179-8393-6b1ed2cf9dd6 fwd="144.121.82.194" dyno=web.1 connect=0ms service=1ms status=500 bytes=296 protocol=https
2017-08-09T15:06:02.295448+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=6941f0d6-fcba-4c7a-b4eb-20633fee249f fwd="144.121.82.194" dyno=web.1 connect=0ms service=1ms status=500 bytes=296 protocol=https
2017-08-09T15:10:02.588247+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=baa2f0b3-5fb4-4a9a-9733-a228fb1262e5 fwd="144.121.82.194" dyno=web.1 connect=23ms service=24ms status=500 bytes=296 protocol=https
2017-08-09T15:10:02.920682+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=3d740380-e581-4427-9761-3ddbdb486170 fwd="144.121.82.194" dyno=web.1 connect=2ms service=2ms status=500 bytes=296 protocol=https
2017-08-09T15:10:24.502904+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=4108e239-aa83-4bd9-a6ff-de3d5164cd4a fwd="144.121.82.194" dyno=web.1 connect=1ms service=3ms status=500 bytes=296 protocol=https
2017-08-09T15:10:25.137382+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=5042ff8c-5135-4b0b-9ab0-bd0dcd08245c fwd="144.121.82.194" dyno=web.1 connect=1ms service=19ms status=500 bytes=296 protocol=https
2017-08-09T15:43:12.783984+00:00 heroku[web.1]: Idling
2017-08-09T15:43:12.785173+00:00 heroku[web.1]: State changed from up to down
2017-08-09T15:43:13.530233+00:00 heroku[web.1]: Stopping all processes with SIGTERM
2017-08-09T15:43:13.745327+00:00 heroku[web.1]: Process exited with status 143
2017-08-09T16:15:12.339799+00:00 heroku[web.1]: Unidling
2017-08-09T16:15:12.341726+00:00 heroku[web.1]: State changed from down to starting
2017-08-09T16:15:15.351045+00:00 heroku[web.1]: Starting process with command npm start
2017-08-09T16:15:18.929437+00:00 app[web.1]:
2017-08-09T16:15:18.929449+00:00 app[web.1]: > ga-wdi-boston.project-three-api@0.1.1 start /app
2017-08-09T16:15:18.929451+00:00 app[web.1]:
2017-08-09T16:15:18.929450+00:00 app[web.1]: > ./bin/express server
2017-08-09T16:15:20.500854+00:00 app[web.1]: Server listening on port 29703
2017-08-09T16:15:20.548328+00:00 app[web.1]: Db.prototype.authenticate method will no longer be available in the next major release 3.x as MongoDB 3.6 will only allow auth against users in the admin db and will no longer allow multiple credentials on a socket. Please authenticate using MongoClient.connect with auth credentials.
2017-08-09T16:15:20.498147+00:00 app[web.1]: (node:18) DeprecationWarning: open()
is deprecated in mongoose >= 4.11.0, use openUri()
instead, or set the useMongoClient
option if using connect()
or createConnection()
. See http://mongoosejs.com/docs/connections.html#use-mongo-client
2017-08-09T16:15:20.821830+00:00 heroku[web.1]: State changed from starting to up
2017-08-09T16:15:21.462260+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=c96c213e-18ee-459f-805e-b25181c8d9b0 fwd="144.121.82.194" dyno=web.1 connect=0ms service=46ms status=500 bytes=296 protocol=https
2017-08-09T16:15:22.175111+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=8af0468f-78e8-4506-a47a-198d89988793 fwd="144.121.82.194" dyno=web.1 connect=0ms service=13ms status=500 bytes=296 protocol=https
2017-08-09T16:16:00.830432+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=ebff0e32-531b-4555-b33e-a2b05b14e8a1 fwd="144.121.82.194" dyno=web.1 connect=0ms service=34ms status=500 bytes=296 protocol=https
2017-08-09T16:16:01.450412+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=5521a2c0-203f-4527-8938-12bc998a7d16 fwd="144.121.82.194" dyno=web.1 connect=0ms service=3ms status=500 bytes=296 protocol=https
2017-08-09T16:16:49.517621+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=22845eb8-d710-44aa-bf62-8c09cac5b278 fwd="144.121.82.194" dyno=web.1 connect=0ms service=3ms status=500 bytes=296 protocol=https
2017-08-09T16:16:50.142247+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=72d567e9-424f-4fdc-b6a6-fae839bf7ce1 fwd="144.121.82.194" dyno=web.1 connect=1ms service=3ms status=500 bytes=296 protocol=https
2017-08-09T16:20:40.438231+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=32909bfb-77c9-4cd8-9bf2-d143e497ebfa fwd="144.121.82.194" dyno=web.1 connect=1ms service=2ms status=500 bytes=296 protocol=https
2017-08-09T16:20:41.057785+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=d79a96bd-3014-4523-b1e4-0fd8a7ec33cd fwd="144.121.82.194" dyno=web.1 connect=1ms service=5ms status=500 bytes=296 protocol=https
2017-08-09T16:22:40.000000+00:00 app[api]: Build started by user ryanwkoch@gmail.com
2017-08-09T16:23:12.440326+00:00 heroku[web.1]: Restarting
2017-08-09T16:23:12.440919+00:00 heroku[web.1]: State changed from up to starting
2017-08-09T16:23:12.168280+00:00 app[api]: Deploy 15907baf by user ryanwkoch@gmail.com
2017-08-09T16:23:12.168280+00:00 app[api]: Release v8 created by user ryanwkoch@gmail.com
2017-08-09T16:23:13.227057+00:00 heroku[web.1]: Stopping all processes with SIGTERM
2017-08-09T16:22:40.000000+00:00 app[api]: Build succeeded
2017-08-09T16:23:13.365624+00:00 heroku[web.1]: Process exited with status 143
2017-08-09T16:23:15.155057+00:00 heroku[web.1]: Starting process with command npm start
2017-08-09T16:23:19.162957+00:00 app[web.1]:
2017-08-09T16:23:19.162971+00:00 app[web.1]: > mudabish@0.1.1 start /app
2017-08-09T16:23:19.162971+00:00 app[web.1]: > ./bin/express server
2017-08-09T16:23:19.162972+00:00 app[web.1]:
2017-08-09T16:23:20.971217+00:00 app[web.1]: (node:18) DeprecationWarning: open()
is deprecated in mongoose >= 4.11.0, use openUri()
instead, or set the useMongoClient
option if using connect()
or createConnection()
. See http://mongoosejs.com/docs/connections.html#use-mongo-client
2017-08-09T16:23:20.973459+00:00 app[web.1]: Server listening on port 22888
2017-08-09T16:23:21.010907+00:00 app[web.1]: Db.prototype.authenticate method will no longer be available in the next major release 3.x as MongoDB 3.6 will only allow auth against users in the admin db and will no longer allow multiple credentials on a socket. Please authenticate using MongoClient.connect with auth credentials.
2017-08-09T16:23:22.037811+00:00 heroku[web.1]: State changed from starting to up
2017-08-09T16:23:30.943477+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=efe6ce35-e858-4a18-ac61-4ecff0a4763c fwd="144.121.82.194" dyno=web.1 connect=1ms service=73ms status=500 bytes=296 protocol=https
2017-08-09T16:23:31.561961+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=ac6fef42-147d-4a29-8d1c-ae30e25eb072 fwd="144.121.82.194" dyno=web.1 connect=1ms service=6ms status=500 bytes=296 protocol=https
2017-08-09T16:23:33.336405+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=bff56c27-90f5-437e-9cae-8ff6b71827b7 fwd="144.121.82.194" dyno=web.1 connect=1ms service=5ms status=500 bytes=296 protocol=https
2017-08-09T16:23:33.870407+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=35396d38-32df-4dee-ad54-383fb60b43de fwd="144.121.82.194" dyno=web.1 connect=1ms service=8ms status=500 bytes=296 protocol=https
2017-08-09T16:23:38.946283+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=66eec45e-513f-4c4b-8e82-e2c4c9e6b28b fwd="144.121.82.194" dyno=web.1 connect=2ms service=4ms status=500 bytes=296 protocol=https
2017-08-09T16:23:39.504845+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=6fa2e230-75d9-46bc-a30d-bfeb824cddf6 fwd="144.121.82.194" dyno=web.1 connect=1ms service=2ms status=500 bytes=296 protocol=https
Jordan, we can't find the instance of ga-wdi-boston.express-api-template you indicated above.
Can you give another hint about where we should be looking?
sorry its possible that that heroku log was from before you had changed the name of the project.
That was my most recent but here is another one
most recent log:
~/wdi/projects/e-commerceBackEnd (master)
$ heroku logs --tail
▸ heroku-cli: update available from 6.12.9 to 6.13.9-58fc9ef
2017-08-09T14:40:16.482409+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=a5fc5a53-2d02-4501-8e81-8942cac4c046 fwd="144.121.82.194" dyno=web.1 connect=1ms service=4ms status=500 bytes=296 protocol=https
2017-08-09T14:40:17.070633+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=22564da2-b538-40dc-a950-06822ff85986 fwd="144.121.82.194" dyno=web.1 connect=1ms service=3ms status=500 bytes=296 protocol=https
2017-08-09T14:44:03.739249+00:00 heroku[router]: at=info method=GET path="/:1" host=mudabish.herokuapp.com request_id=702e598e-0aa4-49ab-b60b-c9ea865b5b8a fwd="144.121.82.194" dyno=web.1 connect=0ms service=2ms status=500 bytes=296 protocol=https
2017-08-09T14:44:04.250227+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=151f518a-9dd6-41e5-bd58-8b034ead4712 fwd="144.121.82.194" dyno=web.1 connect=0ms service=1ms status=500 bytes=296 protocol=https
2017-08-09T14:44:15.997870+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=c1bac108-73c6-408a-8eed-3f6ff483d34a fwd="144.121.82.194" dyno=web.1 connect=0ms service=3ms status=500 bytes=296 protocol=https
2017-08-09T14:44:16.560073+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=e55228ba-386c-402b-967c-3297eb855cf6 fwd="144.121.82.194" dyno=web.1 connect=1ms service=2ms status=500 bytes=296 protocol=https
2017-08-09T14:49:37.415377+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=0bdaa1b1-7d5a-4f30-a711-a3a7e75b20ba fwd="144.121.82.194" dyno=web.1 connect=0ms service=2ms status=500 bytes=296 protocol=https
2017-08-09T14:49:38.101906+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=c8caa6a5-ef63-482b-9ed9-fde4f56d5158 fwd="144.121.82.194" dyno=web.1 connect=0ms service=8ms status=500 bytes=296 protocol=https
2017-08-09T14:50:38.622973+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=7ae748e4-d016-42a1-bd83-24a5ece1b80d fwd="144.121.82.194" dyno=web.1 connect=0ms service=1ms status=500 bytes=296 protocol=https
2017-08-09T14:50:39.271553+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=bdbe5edd-82c7-48fc-a75e-598a3f26ebf6 fwd="144.121.82.194" dyno=web.1 connect=8ms service=4ms status=500 bytes=296 protocol=https
2017-08-09T14:51:11.586796+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=f119fd3f-c564-463d-a32f-eff96e93a587 fwd="144.121.82.194" dyno=web.1 connect=0ms service=4ms status=500 bytes=296 protocol=https
2017-08-09T14:51:12.186925+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=3b530a08-74c3-442a-9963-2faabec5d516 fwd="144.121.82.194" dyno=web.1 connect=0ms service=2ms status=500 bytes=296 protocol=https
2017-08-09T14:58:01.551310+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=0a158097-7548-42a8-aa94-7e978037b262 fwd="144.121.82.194" dyno=web.1 connect=1ms service=3ms status=500 bytes=296 protocol=https
2017-08-09T14:58:02.155019+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=1922423a-846f-442b-b8d9-602a0f5f0268 fwd="144.121.82.194" dyno=web.1 connect=0ms service=1ms status=500 bytes=296 protocol=https
2017-08-09T15:02:41.410802+00:00 heroku[router]: at=info method=GET path="/:1" host=mudabish.herokuapp.com request_id=306d1ec1-7430-4c3f-b991-20101f55c06e fwd="144.121.82.194" dyno=web.1 connect=0ms service=4ms status=500 bytes=296 protocol=https
2017-08-09T15:02:41.661925+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=e38b1c44-aed7-43df-97d6-6bb1473622a0 fwd="144.121.82.194" dyno=web.1 connect=0ms service=2ms status=500 bytes=296 protocol=https
2017-08-09T15:02:55.926421+00:00 heroku[router]: at=info method=GET path="/1" host=mudabish.herokuapp.com request_id=ed13986a-e3a0-476e-a0cb-b6b8675e1cb0 fwd="144.121.82.194" dyno=web.1 connect=1ms service=4ms status=500 bytes=296 protocol=https
2017-08-09T15:02:56.146576+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=e5874174-4140-4f5c-974a-00c42580b77d fwd="144.121.82.194" dyno=web.1 connect=0ms service=1ms status=500 bytes=296 protocol=https
2017-08-09T15:02:58.580622+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=15fa62ff-8d2e-4539-bc8d-5d4f23b5529e fwd="144.121.82.194" dyno=web.1 connect=0ms service=3ms status=500 bytes=296 protocol=https
2017-08-09T15:02:58.767216+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=544c691b-04bf-42b8-8e65-8094070cea7e fwd="144.121.82.194" dyno=web.1 connect=0ms service=10ms status=500 bytes=296 protocol=https
2017-08-09T15:06:01.657398+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=ed405b82-f9fa-4179-8393-6b1ed2cf9dd6 fwd="144.121.82.194" dyno=web.1 connect=0ms service=1ms status=500 bytes=296 protocol=https
2017-08-09T15:06:02.295448+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=6941f0d6-fcba-4c7a-b4eb-20633fee249f fwd="144.121.82.194" dyno=web.1 connect=0ms service=1ms status=500 bytes=296 protocol=https
2017-08-09T15:10:02.588247+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=baa2f0b3-5fb4-4a9a-9733-a228fb1262e5 fwd="144.121.82.194" dyno=web.1 connect=23ms service=24ms status=500 bytes=296 protocol=https
2017-08-09T15:10:02.920682+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=3d740380-e581-4427-9761-3ddbdb486170 fwd="144.121.82.194" dyno=web.1 connect=2ms service=2ms status=500 bytes=296 protocol=https
2017-08-09T15:10:24.502904+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=4108e239-aa83-4bd9-a6ff-de3d5164cd4a fwd="144.121.82.194" dyno=web.1 connect=1ms service=3ms status=500 bytes=296 protocol=https
2017-08-09T15:10:25.137382+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=5042ff8c-5135-4b0b-9ab0-bd0dcd08245c fwd="144.121.82.194" dyno=web.1 connect=1ms service=19ms status=500 bytes=296 protocol=https
2017-08-09T15:43:12.783984+00:00 heroku[web.1]: Idling
2017-08-09T15:43:12.785173+00:00 heroku[web.1]: State changed from up to down
2017-08-09T15:43:13.530233+00:00 heroku[web.1]: Stopping all processes with SIGTERM
2017-08-09T15:43:13.745327+00:00 heroku[web.1]: Process exited with status 143
2017-08-09T16:15:12.339799+00:00 heroku[web.1]: Unidling
2017-08-09T16:15:12.341726+00:00 heroku[web.1]: State changed from down to starting
2017-08-09T16:15:15.351045+00:00 heroku[web.1]: Starting process with command npm start
2017-08-09T16:15:18.929437+00:00 app[web.1]:
2017-08-09T16:15:18.929449+00:00 app[web.1]: > ga-wdi-boston.project-three-api@0.1.1 start /app
2017-08-09T16:15:18.929451+00:00 app[web.1]:
2017-08-09T16:15:18.929450+00:00 app[web.1]: > ./bin/express server
2017-08-09T16:15:20.500854+00:00 app[web.1]: Server listening on port 29703
2017-08-09T16:15:20.548328+00:00 app[web.1]: Db.prototype.authenticate method will no longer be available in the next major release 3.x as MongoDB 3.6 will only allow auth against users in the admin db and will no longer allow multiple credentials on a socket. Please authenticate using MongoClient.connect with auth credentials.
2017-08-09T16:15:20.498147+00:00 app[web.1]: (node:18) DeprecationWarning: open()
is deprecated in mongoose >= 4.11.0, use openUri()
instead, or set the useMongoClient
option if using connect()
or createConnection()
. See http://mongoosejs.com/docs/connections.html#use-mongo-client
2017-08-09T16:15:20.821830+00:00 heroku[web.1]: State changed from starting to up
2017-08-09T16:15:21.462260+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=c96c213e-18ee-459f-805e-b25181c8d9b0 fwd="144.121.82.194" dyno=web.1 connect=0ms service=46ms status=500 bytes=296 protocol=https
2017-08-09T16:15:22.175111+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=8af0468f-78e8-4506-a47a-198d89988793 fwd="144.121.82.194" dyno=web.1 connect=0ms service=13ms status=500 bytes=296 protocol=https
2017-08-09T16:16:00.830432+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=ebff0e32-531b-4555-b33e-a2b05b14e8a1 fwd="144.121.82.194" dyno=web.1 connect=0ms service=34ms status=500 bytes=296 protocol=https
2017-08-09T16:16:01.450412+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=5521a2c0-203f-4527-8938-12bc998a7d16 fwd="144.121.82.194" dyno=web.1 connect=0ms service=3ms status=500 bytes=296 protocol=https
2017-08-09T16:16:49.517621+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=22845eb8-d710-44aa-bf62-8c09cac5b278 fwd="144.121.82.194" dyno=web.1 connect=0ms service=3ms status=500 bytes=296 protocol=https
2017-08-09T16:16:50.142247+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=72d567e9-424f-4fdc-b6a6-fae839bf7ce1 fwd="144.121.82.194" dyno=web.1 connect=1ms service=3ms status=500 bytes=296 protocol=https
2017-08-09T16:20:40.438231+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=32909bfb-77c9-4cd8-9bf2-d143e497ebfa fwd="144.121.82.194" dyno=web.1 connect=1ms service=2ms status=500 bytes=296 protocol=https
2017-08-09T16:20:41.057785+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=d79a96bd-3014-4523-b1e4-0fd8a7ec33cd fwd="144.121.82.194" dyno=web.1 connect=1ms service=5ms status=500 bytes=296 protocol=https
2017-08-09T16:22:40.000000+00:00 app[api]: Build started by user ryanwkoch@gmail.com
2017-08-09T16:23:12.440326+00:00 heroku[web.1]: Restarting
2017-08-09T16:23:12.440919+00:00 heroku[web.1]: State changed from up to starting
2017-08-09T16:23:12.168280+00:00 app[api]: Deploy 15907baf by user ryanwkoch@gmail.com
2017-08-09T16:23:12.168280+00:00 app[api]: Release v8 created by user ryanwkoch@gmail.com
2017-08-09T16:23:13.227057+00:00 heroku[web.1]: Stopping all processes with SIGTERM
2017-08-09T16:22:40.000000+00:00 app[api]: Build succeeded
2017-08-09T16:23:13.365624+00:00 heroku[web.1]: Process exited with status 143
2017-08-09T16:23:15.155057+00:00 heroku[web.1]: Starting process with command npm start
2017-08-09T16:23:19.162957+00:00 app[web.1]:
2017-08-09T16:23:19.162971+00:00 app[web.1]: > mudabish@0.1.1 start /app
2017-08-09T16:23:19.162971+00:00 app[web.1]: > ./bin/express server
2017-08-09T16:23:19.162972+00:00 app[web.1]:
2017-08-09T16:23:20.971217+00:00 app[web.1]: (node:18) DeprecationWarning: open()
is deprecated in mongoose >= 4.11.0, use openUri()
instead, or set the useMongoClient
option if using connect()
or createConnection()
. See http://mongoosejs.com/docs/connections.html#use-mongo-client
2017-08-09T16:23:20.973459+00:00 app[web.1]: Server listening on port 22888
2017-08-09T16:23:21.010907+00:00 app[web.1]: Db.prototype.authenticate method will no longer be available in the next major release 3.x as MongoDB 3.6 will only allow auth against users in the admin db and will no longer allow multiple credentials on a socket. Please authenticate using MongoClient.connect with auth credentials.
2017-08-09T16:23:22.037811+00:00 heroku[web.1]: State changed from starting to up
2017-08-09T16:23:30.943477+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=efe6ce35-e858-4a18-ac61-4ecff0a4763c fwd="144.121.82.194" dyno=web.1 connect=1ms service=73ms status=500 bytes=296 protocol=https
2017-08-09T16:23:31.561961+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=ac6fef42-147d-4a29-8d1c-ae30e25eb072 fwd="144.121.82.194" dyno=web.1 connect=1ms service=6ms status=500 bytes=296 protocol=https
2017-08-09T16:23:33.336405+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=bff56c27-90f5-437e-9cae-8ff6b71827b7 fwd="144.121.82.194" dyno=web.1 connect=1ms service=5ms status=500 bytes=296 protocol=https
2017-08-09T16:23:33.870407+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=35396d38-32df-4dee-ad54-383fb60b43de fwd="144.121.82.194" dyno=web.1 connect=1ms service=8ms status=500 bytes=296 protocol=https
2017-08-09T16:23:38.946283+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=66eec45e-513f-4c4b-8e82-e2c4c9e6b28b fwd="144.121.82.194" dyno=web.1 connect=2ms service=4ms status=500 bytes=296 protocol=https
2017-08-09T16:23:39.504845+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=6fa2e230-75d9-46bc-a30d-bfeb824cddf6 fwd="144.121.82.194" dyno=web.1 connect=1ms service=2ms status=500 bytes=296 protocol=https
2017-08-09T16:56:07.031059+00:00 heroku[web.1]: Restarting
2017-08-09T16:56:07.031783+00:00 heroku[web.1]: State changed from up to starting
2017-08-09T16:56:07.884735+00:00 heroku[web.1]: Stopping all processes with SIGTERM
2017-08-09T16:56:08.107529+00:00 heroku[web.1]: Process exited with status 143
2017-08-09T16:56:09.254373+00:00 heroku[web.1]: Starting process with command npm start
2017-08-09T16:56:12.393237+00:00 app[web.1]:
2017-08-09T16:56:12.393249+00:00 app[web.1]: > mudabish@0.1.1 start /app
2017-08-09T16:56:12.393251+00:00 app[web.1]:
2017-08-09T16:56:12.393250+00:00 app[web.1]: > ./bin/express server
2017-08-09T16:56:13.709185+00:00 heroku[web.1]: State changed from starting to up
2017-08-09T16:56:13.257364+00:00 app[web.1]: (node:18) DeprecationWarning: open()
is deprecated in mongoose >= 4.11.0, use openUri()
instead, or set the useMongoClient
option if using connect()
or createConnection()
. See http://mongoosejs.com/docs/connections.html#use-mongo-client
2017-08-09T16:56:13.259064+00:00 app[web.1]: Server listening on port 25832
2017-08-09T16:56:13.278546+00:00 app[web.1]: Db.prototype.authenticate method will no longer be available in the next major release 3.x as MongoDB 3.6 will only allow auth against users in the admin db and will no longer allow multiple credentials on a socket. Please authenticate using MongoClient.connect with auth credentials.
2017-08-09T16:56:14.628304+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=2478840a-e149-49d4-a841-dcfc4402c0ca fwd="144.121.82.194" dyno=web.1 connect=1ms service=19ms status=500 bytes=296 protocol=https
2017-08-09T16:56:15.282187+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=da61520f-de6b-4e94-b614-3eb314c90c9f fwd="144.121.82.194" dyno=web.1 connect=1ms service=6ms status=500 bytes=296 protocol=https
2017-08-09T16:56:29.999582+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=42e7c4f1-e19c-4eb6-a9d2-841dbb04250b fwd="144.121.82.194" dyno=web.1 connect=1ms service=2ms status=500 bytes=296 protocol=https
2017-08-09T16:56:30.604393+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=949b8964-408a-4ad9-8394-62c0c5c3d4d8 fwd="144.121.82.194" dyno=web.1 connect=1ms service=35ms status=500 bytes=296 protocol=https
2017-08-09T17:04:04.146746+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=289d9130-25a2-4adb-9659-64af9e098014 fwd="144.121.82.194" dyno=web.1 connect=0ms service=4ms status=500 bytes=296 protocol=https
2017-08-09T17:04:04.762155+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=103b55a8-7fab-4ab5-9c48-568f1dab3722 fwd="144.121.82.194" dyno=web.1 connect=1ms service=2ms status=500 bytes=296 protocol=https
2017-08-09T17:09:00.695307+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=392613cf-7b16-482b-a5a1-1179f79fc499 fwd="144.121.82.194" dyno=web.1 connect=1ms service=3ms status=500 bytes=296 protocol=https
2017-08-09T17:09:01.675982+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=758df8a1-9fed-4985-890b-601a02e1a246 fwd="144.121.82.194" dyno=web.1 connect=1ms service=3ms status=500 bytes=296 protocol=https
2017-08-09T17:13:02.107749+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=2197dd1a-bf07-4ae0-9767-c5cd81e2cc92 fwd="144.121.82.194" dyno=web.1 connect=23ms service=17ms status=500 bytes=296 protocol=https
2017-08-09T17:13:02.748190+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=85bd5d2c-d2e9-4ab9-9f88-eb35e918d54c fwd="144.121.82.194" dyno=web.1 connect=1ms service=2ms status=500 bytes=296 protocol=https
2017-08-09T17:21:31.003886+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=cdb1f7fa-8c70-4df5-91ce-6c4c9015c5e5 fwd="144.121.82.194" dyno=web.1 connect=1ms service=5ms status=500 bytes=296 protocol=https
2017-08-09T17:21:31.521613+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=c356d86c-423a-4a2e-b136-ed2e5497e96a fwd="144.121.82.194" dyno=web.1 connect=3ms service=2ms status=500 bytes=296 protocol=https
2017-08-09T17:24:10.037013+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=42807de9-481a-4c09-8fad-e5582ff34cb1 fwd="144.121.82.194" dyno=web.1 connect=1ms service=5ms status=500 bytes=296 protocol=https
2017-08-09T17:24:10.692832+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=2bcbfa01-000a-4e92-8a43-5db6b79f9b2b fwd="144.121.82.194" dyno=web.1 connect=10ms service=14ms status=500 bytes=296 protocol=https
2017-08-09T17:34:36.532546+00:00 heroku[router]: at=info method=GET path="/" host=mudabish.herokuapp.com request_id=c469d3c1-555a-4682-887e-af2b75577e5f fwd="144.121.82.194" dyno=web.1 connect=1ms service=2ms status=500 bytes=296 protocol=https
2017-08-09T17:34:37.188665+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=mudabish.herokuapp.com request_id=413f1cbb-4efd-4b56-85f3-2e8a7b31c9cf fwd="144.121.82.194" dyno=web.1 connect=1ms service=2ms status=500 bytes=296 protocol=https
Yes, it looks like that was the case. So that part is fixed then.
had to set up client origin in heroku to point to github team project url
error from console: https://mudabish.herokuapp.com/:1 GET https://mudabish.herokuapp.com/ 500 (Internal Server Error) 10:20:49.301 favicon.ico:1 GET https://mudabish.herokuapp.com/favicon.ico 500 (Internal Server Error)
the browser gives me some json and this: "The header content contains invalid characters"
skimmed these docs: https://devcenter.heroku.com/articles/getting-started-with-nodejs#introduction https://devcenter.heroku.com/articles/troubleshooting-node-deploys
tried this solution for favicon: https://stackoverflow.com/questions/31075893/im-getting-favicon-ico-error
searched through and read any closed team-project issues that concerned deployment
reread the deployment guide: https://git.generalassemb.ly/ga-wdi-boston/express-api-deployment-guide
my remotes are all set up correctly all of my local servers are closed config vars (client_origin, mongodb, secret key) on Heroku dashboard look good
not sure what to do