I'm trying to setup parse server on heroku but it seems it "Cannot Get /"
See here https://mvc-parse-server-clean.herokuapp.com/
I've set the PARSE_SERVER_URL
as being https://mvc-parse-server-clean.herokuapp.com/parse
in the Config vars. I've also set PARSE_SERVER_MOUNT_PATH
as /parse
It should work, shouldn't it?
Any ideas ?