Open JasperCiti opened 3 years ago
I have the exact same issue.
Same issue here
Edit: I don't get the final line
[HPM] Error occurred while proxying request localhost:8080/ to http://localhost:8080/ [EADDRINUSE] (https://nodejs.org/api/errors.html#errors_common_system_errors)
but it breaks in a similar way
I have posted a separate issue.
Firstly, you need to run application server once, because since Webpack 5 was released, previous scheme with Webpack starting application server doesn't work anymore. And then you can work with development mode with auto reload. We need update docs here. Thanks
Ok, that's working great :)
Is there any way to auto reload the server in a similar way to the client, or is that not possible?
When I run the server ktor gives the warning
No ktor.deployment.watch patterns match classpath entries, automatic reload is not active
Hi
When I run the sample project from Intellij "Development Run" I get
If I run the same project from the terminal: ./gradlew :client:run -t
And then it gets stuck at 0%
However the production version works: ./gradlew :server:run