Example instance doesn't work
doesnmisclown opened this issue · 10 comments
mastodon.jgarr.net don't work with infinity redirects error. I'm only find profile in mastodon.social cache. And I'm trying doing the same file structure, but my profile is not displayed (@test@bot.doesnm.cc)
Sorry, I broke this when moving registrars. I'll figure it out
When will you fix it?
It's fixed now
From any mastodon instance
But why profile shows only on mastodon.social ?
I'm not sure why it doesn't work from other instances. Maybe their installations are old or don't discover users according to AcitivityPub.
You can test the URLs by following it manually with curl
curl -L https://mastodon.jgarr.net/.well-known/webfinger
{
"subject": "acct:justin@mastodon.jgarr.net",
"links": [{
"rel": "self",
"type": "application/activity+json",
"href": "https://mastodon.jgarr.net/justin"
}]
}
I'm makes similar but my profile not shown on mastodon.social
curl -L https://bot.doesnm.cc/.well-known/webfinger
{
"subject": "acct:test@bot.doesnm.cc",
"links": [{
"rel": "self",
"type": "application/activity+json",
"href": "https://bot.doesnm.cc/test"
}]
}
I'm trying mastodon.social, mastodon.ml, masturbated.one
Upd: also tried mozilla.social
This isn't a full featured solution and I'm not surprised if it doesn't work anymore. It may just be that my user was cached in mastodon social when it worked and it doesn't anymore
Then why do both profiles work for a person from above?