Hi, I use search function to find “@Mastodon@mastodon.social” and try to federate with mastodon, get “no result”. See some error:
2023-06-12T00:33:01.314509Z ERROR HTTP request{http.method=GET http.scheme=“https” http.host=lemmy.pastwind.top http.target=/api/v3/ws otel.kind=“server” request_id=a5f89c99-6ab9-4021-958a-217ef60185fa http.status_code=101 otel.status_code=“OK”}: lemmy_server::api_routes_websocket: couldnt_find_object: error decoding response body: missing field properties
at line 1 column 250
0: lemmy_apub::fetcher::search::search_query_to_object_id
at crates/apub/src/fetcher/search.rs:17
1: lemmy_apub::api::resolve_object::perform
with self=ResolveObject { q: "@Mastodon@mastodon.social", auth: Some(Sensitive) }
at crates/apub/src/api/resolve_object.rs:21
2: lemmy_server::root_span_builder::HTTP request
with http.method=GET http.scheme="https" http.host=lemmy.pastwind.top http.target=/api/v3/ws otel.kind="server" request_id=a5f89c99-6ab9-4021-958a-217ef60185fa http.status_code=101 otel.status_code="OK"
at src/root_span_builder.rs:16
Is there something I got it wrong?
I’m getting this exact same error and it’s been driving me nuts, it seems as if there are some missing steps or requirements from the docs as it does work on other instances.