Join Slack
Communities
Powered by
```fun main() { embeddedServer(Netty, port = 8...
# ktor
g
Garry Heaton
05/03/2022, 12:08 AM
Copy code
fun main() { embeddedServer(Netty, port = 8080, host = "0.0.0.0") {
But when I run the app I get this error: “Neither port nor sslPort specified.”
Open in Slack
Previous
Next