pull down to refresh
error generating HTML, another attempt will be made. the text will be hydrated in a moment.
reply
Looking quickly at it I think you need to put in an exception for the well-known file location. This answer should help:
https://stackoverflow.com/questions/12865780/mod-rewrite-exception-for-a-specific-file
reply
If you see this in time you might edit it to put four spaces before each line of code or put the whole code block between three backticks (`). It'll then look like this in preview.
this is codereply
Thanks for the bounty award, have a nice day!
reply
Does your wordpress site have pretty urls? The redirects that's using may be catching the request to .well-known/nostr.json. Tried it with one of my wordpress sites and I get a 404 as well (because the file doesn't exist) but it returns much faster than yours does. Perhaps you can share any mod rewrite rules you have in place.