-
-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Action Not Found For request 'GET /' #27
Comments
@EugeunieOrz, could you provide more context on this issue? environment details, which command you ran, etc. |
In command-line on Windows 10 in Afterwards, I've got the following: `[warn] play-functional_2.12-2.8.1.jar no longer exists at C:\Users\eugen\Documents\scala-play-react-seed-master-before-update\null\Coursier\cache\v1\https\repo1.maven.org\maven2\com\typesafe\play\play-functional_2.12\2.8.1\play-functional_2.12-2.8.1.jar --- (Running the application, auto-reloading is enabled) --- [info] p.c.s.AkkaHttpServer - Listening for HTTP on /0:0:0:0:0:0:0:0:9000 (Server started, use Enter to stop and go back to the console...)
i 「wds」: Project is running at http://192.168.0.101/ [info] Compiling 7 Scala sources and 1 Java source to C:\Users\eugen\Documents\scala-play-react-seed-master\target\scala-2.12\classes ...
[info] play.api.Play - Application started (Dev) (no global state)` I launched
|
Duplicate of #25 Ideally, it should open the browser window on watch mode. Please check the status of the original issue. |
I've the exact same issue on Windows (but on under Linux), with Play 2.8.8. |
Hello, I'm trying to run scala-play-react-seed and get the following errors:
Before updating packages in
package.json
loading localhost:9000 in browser gave me the following output:TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received undefined
After updating packages in
package.json
I've got:Action Not Found
For request 'GET /'
These routes have been tried, in this order:
1 GET / controllers.FrontendController.index()
2 GET / api/summary controllers.HomeController.appSummary
3 GET / $file<.+> controllers.FrontendController.assetOrDefault(file:String)
The text was updated successfully, but these errors were encountered: