+23
-2
src/lib/handlers/handshake.ts
+23
-2
src/lib/handlers/handshake.ts
·········"Something went wrong when fetching backlink channel records. Check the Shard logs if possible.",···"One of the backlinks returned by Constellation did not resolve to a proper lexicon Channel record.",···············"Channels provided during the handshake had a mismatch between the channel values. Ensure that you are only submitting exactly the channels you have access to.",
·········"Something went wrong when fetching backlink channel records. Check the Shard logs if possible.",···"One of the backlinks returned by Constellation did not resolve to a proper lexicon Channel record.",·········+mismatchReason = `store at record domain did not match with this shard. this shard's domain is ${SERVICE_DID.slice(8)}, the domain on the record is ${storeAtUri.rKey ?? ""}`;······+mismatchReason = `route through record domain did not match with requesting service. the requesting service's domain is ${SERVICE_DID.slice(8)}, the domain on the record is ${storeAtUri.rKey ?? ""}`;"Channels provided during the handshake had a mismatch between the channel values. Ensure that you are only submitting exactly the channels you have access to.",