I keep getting this error `Cannot obtain jwks from...
# ktor
e
I keep getting this error
Cannot obtain jwks from url <http://localhost:8080/.well-known/jwks.json>
My code is the same as the ktor auth rsa256 code (https://github.com/ktorio/ktor-documentation/blob/3.0.0/codeSnippets/snippets/auth-jwt-rs256/src/main/kotlin/com/example/Application.kt) My jwks.json is in
certs
dir which is in the root help?