On Wednesday, 29 April 2026 12:13:32 CEST Matthieu Baerts wrote: > Hi Sven, > > On 29/04/2026 11:54, Sven Eckelmann wrote: > > The sashiko server does not expose a direct `/patch/{ps_id}` endpoint. > > Requesting https://sashiko.dev/patch/93 returns a 404, because the frontend > > is a JavaScript single page application (SPA) that relies on the API to > > fetch and render content dynamically. > > > > The correct approach is to load the root page and pass the resource as a > > URL fragment (anchor), e.g. https://sashiko.dev/#/patchset/93, so the SPA > > can query the API and display the patchset accordingly. > > Thank you for sharing this. It looks like your patch is similar to this one: > > https://lore.kernel.org/tools/20260428-sashiko-patchset-api-v1-2-24d4ac34b4ae@kernel.org/T/#u Yes, your patch series looks better than my single patch. Regards, Sven