parse-community / parse-server-example

Example of Parse Server using the express framework.

Home Page:http://parseplatform.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

parse-server-example crash on Heroku, after 5 minutes

petermulsh opened this issue · comments

I'm trying to deploy a parse-server-example with Heroku. After I connect it to Github and Deploy the branch, I get no issues. I open the app and it works. However, after opening the app again 5-10 minutes later it crashes....I did nothing to it.

Is it because Heroku is no longer supporting their mongodb add-on?

Did not know parse-server-example needs a working database to run

It worked the first time after I added DATABASE_URI, the second time I opened it, it crashed

  1. Needed a database
  2. First time using atlas instead of the mongodb add on by Heroku. Needed to open atlas to all IP address

Was not a parse-server error