[AP] Search a user on mastodon gives 503 error
Created by: Tirokk
Authored by roschaefer Closed
Describe the bug We have the backend deployed which now should be able to return results for webfinger searches.
E.g. if I type in https://nitro-staging.human-connection.org/api/.well-known/webfinger?resource=acct:bob-der-baumeister
into the URL I get:
// 20190322110313
// https://nitro-staging.human-connection.org/api/.well-known/webfinger?resource=acct:bob-der-baumeister
{
"subject": "acct:bob-der-baumeister@nitro-backend.human-connection",
"links": [
{
"rel": "self",
"type": "application/activity+json",
"href": "https://nitro-backend.human-connection/users/bob-der-baumeister"
}
]
}
However, if I search for this seeded user through Mastodon, I get a 503 HTTP error.
To Reproduce
- Visit a mastodon instance
- Click on "Search"
- Type in
bob-der-baumeister@nitro-staging.human-connection.org/api/
- See 503 HTTP error
Expected behavior I would expect to see the user "Bob der Baumeister" in the result set.