AC-Lover
AC-Lover
> remove your listening ip For both? and `acceptProxyProtocol` is enabled?
> So here's the culprit: > > https://github.com/varabyte/kobweb/blob/19da9c4732f36f1b1ffd8db574d63952a967f58f/frontend/kobweb-core/src/jsMain/kotlin/com/varabyte/kobweb/navigation/Router.kt#L266 > ```kotlin > val extension = pathQueryAndFragment.substringAfterLast('/').substringAfterLast('.', "") > ``` > > What this means is the route "a/b.c/d/e" is treated as...
@bitspittle Thank you very much for your help, but I need the /sub/{JWT} structure and there is no way I can change this structure to another form, because I am...
> Sadly the problem is not almost solved because ktor is failing to handle it and it's not at all clear why. In other words, the failure at this point...
+1 I also need.