Open the build.sbt file and check if it contains a line like fork in run := true . If so, delete the line or set to false .
Why is this?
this plug is required in the Activator user interface to start the processes, so every time you start the application from the user interface, it first adds a line to make sure that it exists. In any case, this causes some problems with a hot restart (as well as some other strange things, such as application hangs, memory leaks).
source share