I’ve been trying to setup my own instance to play around with. I’ve got everything mostly working except I can’t search/add other communities. No matter what format I use in the search field I get a ‘No Results’ message. Looking in the container logs I’m seeing this error message:

ERROR HTTP request{http.method=GET http.scheme="http" http.host=[myspecialhostname.url] http.target=/api/v3/ws otel.kind="server" request_id=dea385d0-9349-40e6-ae41-fb5cadc2ba91 http.status_code=101 otel.status_code="OK"}: lemmy_server::api_routes_websocket: couldnt_find_object: Request error: error sending request for url (https://lemmy.ml/.well-known/webfinger?resource=acct:main@lemmy.ml): operation timed out 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: "!main@lemmy.ml", 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="http" http.host=[myspecialhostname.url] http.target=/api/v3/ws otel.kind="server" request_id=dea385d0-9349-40e6-ae41-fb5cadc2ba91 http.status_code=101 otel.status_code="OK" at src/root_span_builder.rs:16

Any thoughts as to what I’m doing wrong?