Note #2026-08-12-001
Yes, I have a custom (new) kirby micropub implementation: https://github.com/srijan/kirby-micropub
It works from other micropub clients like quill or micropublish (this reply and last reply were also from a micropub client).
On Zen browser (firefox-based), clicking the extension just gets stuck on "Loading...", and if I go to Manage Extentions -> Preferences and try to add an account, it says "Permission denied for https://srijan.ch/*"
On Chrome, it goes to the indieauth login flow, but after login, it says "Failed to fetch".
Not sure where I can see more logs. Hope this helps.
Tagged:
indieweb
Responses · 2
↩️ https://srijan.ch/notes/2026-08-12-001 - I have looked at your Micropub plugin and then debugged the issues with claude and I think I found the problem, nothing to do on your side, it was really a bug on my side : https://github.com/rmdes/plume/releases I submitted version 1.3.1 to the extension stores, both should be a...
↩️ https://srijan.ch/notes/2026-08-12-001 - Do you have access to your Kirby server logs ? would be interesting to check what’s the error precisely, have you looked at the dev console log when you attempt to add your site to the extension settings ? this would allow to gather a bit more information I suppose, another way w...