ground
ground copied to clipboard
routes File selection error
I run this project with this result:
"Action not found For request 'Get /' These routes have been tried ,in this order:"
what is the situation?
Hi @Xlingxiao. Please provide more information on how you are currently attempting to run the application, so we can help you debug.
Thank you for your reply, I downloaded the ground here: https://github.com/ground-context/ground, and installed sbt1.1.1,postgresql10 according to wiki. Then run ‘sbt run’ under the main project file.
This is the output of the console
This is the result of the operation:
When I use a compiled version. Operating normally.
To run the application with SBT, please use sbt "postgres/run"
. The default application has an empty routes file because the Postgres app is a module.
Thank you !!!!!
I haven't been successful for a long time. However, there are few online play framework tutorials. thanks again!