Micropub client cannot find... uhhh

, ,

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.

I had to look up the micropub protocol as I’m not familiar with it.

Can you share a link to the source code for your serverless function? There are a few things that could cause a 404 for this kind of transaction.

hi there! I actually wrote an article on this exact topic, maybe it can shed some light?

Can you share a link to the source code for your serverless function? There are a few things that could cause a 404 for this kind of transaction.

I would love to but I get an error message that says I can’t send links. Maybe because this account is new?

Thanks for the link! I’m trying to make work a test repo that someone else made that they made work.

I resolved creating a fine grained token with the same permissions they used but no dice. When testing the server with micropub.rocks, it displays me the error cURL error 6: Could not resolve host: https (see http://curl.haxx.se/libcurl/c/libcurl-errors.html).

Any advice helps.