-
**Ktor Version and Engine Used (client or server and name)**
version, client/server, additional ktor modules included
**Describe the bug**
Jackson cant serialize a json into a model on Get but it…
-
Hi.
I have a custom uptime monitor, and I would love if the bot could use hetrix tools as well, so it could send me notifications about it.
Thanks
-
**Ktor Version and Engine Used (client or server and name)**
Version 1.3.2, server (Netty) but that's irrelevant
**Describe the bug**
When I register a StatusPage handler, the lambda has this sig…
-
```SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for fu…
-
Hello.
How to handle failed authentication (for BasicAuthenication) ?
my Pipeline looks like:
```
install(Routing) {
authentication {
basicAuthentication(myRealm.name) { cred…
-
**Ktor Version and Engine Used (client or server and name)**
ktor version: 1.3.0
**Describe the bug**
I got this error immediately after spin up ktor server.
Ktor server was hit with huge(1k) r…
-
**Ktor Version and Engine Used (client or server and name)**
Our application uses both - Ktor server and client. Versions are
ktor: 1.2.3
kotlin: 1.3.50
server's engine: Netty
client's engine: CI…
-
While I was setting up a page for status 404 for my project, I noticed that the page was not rendered when a non registered route is accessed even in a production environment or with `disableStatusPag…
-
Loritta tries to send a DM to the user, causing issues because the text is too big
I will probably rewrite the message itself, avoiding it to be too big.
```
java.lang.IllegalArgumentException: P…
-
We are experiencing an error that occurs everytime at application startup, and only at application startup. An exception is thrown by the framework when doing some reflection related stuff. This happe…