When I run my Play app using activator start
I get the following error:
(Starting server. Type Ctrl+D to exit logs, the server will remain in background )
The syntax of the command is incorrect.
Every thing works when running in dev mode using run
. I'm not quite sure where to look to fix this, what might the issue be?