^ :thread-please:
# ktor
d
^ đź§µ
Without the
host = "localhost"
part, does it work? are you accessing via: http://127.0.0.1:8080/ and is the 8080 port available?
doing
wget <http://127.0.0.1:8080/>
or
curl <http://127.0.0.1:8080/>
works? (for example in the case you would have HSTS enabled, or a proxy configured in your browser)
@Damien let’s continue the conversation here to not pollute the main channel
d
I am accessing via http://127.0.0.1:8080/ and this does not work. yes, the port is available
d
and wget/curl?
and have you logging enabled?
d
Currently I have not installed wget and curl.
I have logging enabled, but I am get the message: SLF4J: Class path contains multiple SLF4J bindings.
d
Have you tried to use a preconfigured project?
d
no, how to start with these
I fix the Problem. I forgot to import jcenter()
Thank you, for your help.
d
and why that cause that problem? should’t compile at all, right?
d
no it compiles without any errors, but it don't work
d
that’s super strange, unless you have modified broken local dependencies or something, which is strange. But ok. If it’s working already, it’s fine 🙂