Hello. I’m trying to implement micropub functionality in my microblog. I’m building the site using Eleventy and deploying through Netlify.
I’m using Quill, a micropub client, in an attempt to post to my microblog. I can log into the client with an IndieAuth token but all of my attempts at making a post give me the following message:
HTTP/1.1 404 Not Found
Age: 0
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; fwd=miss
Content-Type: text/html; charset=utf-8
Date: Sat, 18 Apr 2026 05:14:57 GMT
Etag: 1774757239-ssl
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KPFG6X7TBFP78E2ACM8HCHVK
Transfer-Encoding: chunked
To create a micropub server, I’m using Netlify’s serverless function. The micropub.js file I’m using is based on this code that a mutual shared on their blog.
I would greatly appreciate any suggestions. Please let me know if there’s any further it would be helpful to provide.