Webfinger response issue

Hello,

I got this error when trying to send a request to a remote instance:

Client error: `GET https://indieweb.social/users/elgg` resulted in a `401 Unauthorized` response:
{"error":"Webfinger response for demo.wzm.me@demo.wzm.me does not loop back to https://demo.wzm.me/activitypub/application}

Where demo.wzm.me@demo.wzm.me is alias for Application type of my server.

You can check the webfinger output here.

Where did I go wrong?

Thanks in advance!

An acct: is missing for webfinger

https://demo.wzm.me/.well-known/webfinger?resource=demo.wzm.me@demo.wzm.me

should be

https://demo.wzm.me/.well-known/webfinger?resource=acct:demo.wzm.me@demo.wzm.me

Not sure if this is the only problem.

1 Like

Thank you so much :heart:
This solved this issue.

inbox and outbox are empty arrays: https://demo.wzm.me/activitypub/application

both should be strings (URIs)

1 Like

Thanks. I know about it. Just still testing