Cannot configure Bluesky to work with my custom domain

I have a custom domain hosted at Hover.com connected to Micro.blog using the Connections tool:

I have my custom domain configured on the micro.blog end.

When I attempt to set up a Bluesky custom domain following the instructions in the help page, I see this error on the Bluesky side.

I have other Bluesky integration issues as documented here (in case they could be related): Bluesky integration doesn’t send URLs or images

Butting in, saw this as I was searching for crossposting info… the atproto-did file does not appear to be in place on your site (it should be publicly available if it’s there).

$ curl -i   https://samdavies.me/.well-known/atproto-did
HTTP/2 404
access-control-allow-origin: *
alt-svc: h3=":443"; ma=2592000
content-type: text/html;charset=utf-8
date: Thu, 23 Jan 2025 18:39:34 GMT
server: Caddy
server: nginx/1.14.2
content-length: 9

I figured this out. It’s a bug when the custom domain name doesn’t match the feed URL for your account. I updated your feed URL and now it’s working great:

https://samdavies.me/.well-known/atproto-did

You should be able to verify the file in Bluesky now.

I’ll get the root issue fixed for other users later too.

That worked! Thanks for your help.