I'm just trying to follow along with the ZenTasks tutorial ( http://www.playframework.com/documentation/2.1.0/JavaGuide4 ) for the Play Framework. It seems I canβt even get the login page to work.
I am running this project using the play ~run command. When switching to http://localhost:9000/login error
Action not found For request 'GET /login' These routes have been tried, in this order: 1 GET/controllers.Application.index() 2 GET/assets/$file<.+>controllers.Assets.at(path:String = "/public", file:String)`
My routes file looks like
# Routes
and the functions Application.login, authenticate and logout are fully compiled. I missed something incredibly simple because I canβt say what is going wrong?
source share