Application Error in heroku (using play framework) Application Error in heroku (using play framework) heroku heroku

Application Error in heroku (using play framework)


You need to run Play in %prod mode on Heroku. Make sure you have --%prod in your Procfile. Here is a sample Procfile:

web:    play run -Xmx256M --%prod --http.port=$PORT -Dprecompiled=true