Ellet
Ellet
I encountered this build failure issue on Fedora 42, and the PR #923 fixed it.
It looks like the Kobweb manual [implementation previously also passes `html` to the `extensions`](https://github.com/varabyte/kobweb/blob/12e1753d20b76f08c2e11d3a878ed898f01d1d6c/backend/server/src/main/kotlin/com/varabyte/kobweb/server/plugins/Routing.kt#L668) (see [related comment](https://github.com/varabyte/kobweb/issues/22#issuecomment-2737939572)).
A video before making the suggested change (with the `IgnoreTrailingSlash` plugin): https://github.com/user-attachments/assets/5edaa832-37b1-429e-a36b-c76a75a72e4d A video after making the suggested change (without the `IgnoreTrailingSlash` plugin): https://github.com/user-attachments/assets/f70401ff-bc32-44cd-bef6-5934665356a5
I also can't reproduce the issue. The plugin does not cause any issues, the part that fixed the 404 was adding `html` to `extensions` as shown in this comment https://github.com/varabyte/kobweb-site/issues/27#issuecomment-2739795229....
BTW: It is not directly related, but there is an API that [serves single-page applications with a Ktor server](https://ktor.io/docs/server-serving-spa.html). I tried it and I didn't encounter any noticeable issues. It...
I have added some tests in f46db3a135abd4f2da43c714272353b523fc52f4, but I couldn't get them to run due to a blocker, so I reverted the commit. However, if it's possible to fix it,...
Closing in favor of https://github.com/varabyte/kobweb-site/commit/392e4f4e8a9476f75f5b483ee72c0c0060483528
> 10.8.5 Could you try with `11.0.0-dev.20` (or later) as the magnifier has been removed and related issues have been fixed.
Is this issue encounterable on Android and iOS, or is this a desktop specific issue?
> The main problem we have is that we have the Flutter bug with iOS 18.2 which means that scrolling on iOS web does not work since we still run...