Roberto Fabrizi
Roberto Fabrizi
Same error here, only seems to happen with Swagger 3.0. The output of the call to swagger.json is correct, I validated it with the editor: ``` components: schemas: {} openapi:...
It seems fixed by upgrading the 2.2.0 ancient swagger-ui import with a more recent one: libraryDependencies += "org.webjars" % "swagger-ui" % "3.24.3"
I have the same issue
My god this limit is terrible and I just wasted countless hours on piwigo for nothing, great
I installed it via yaml and I seem to be stuck at the same _waiting for a volume to be created, either by external provisioner "k8s-sigs.io/nfs-subdir-external-provisioner" or manually created by...
I vote for config too, but for the meantime I'd like to make it work the other way around. What I've done is: - start traefik with the metrics activated...
How is this project even working for you? Arent you on play 2.7 or newer? Thanks
I'm one step behind you, when I do as it says and add this: ``` libraryDependencies ++= Seq( "io.swagger" %% "swagger-play2" % "2.0.1-SNAPSHOT" ) ``` it looks for a jar...
That is labeled to support up to scala 2.12, but I'm on 2.13...
Ah ok you downgraded the scala version. I'm a bit scared to do that just for this module to be honest.