···133133 if (pdsService && pdsService.endpoint) {
134134 serviceEndpoint = pdsService.endpoint;
135135136136- // Extract just the domain for reference
136136+ // Extract the full URL including subdomain for reference
137137 try {
138138 const serviceUrl = new URL(pdsService.endpoint);
139139+ // Store the full hostname including subdomains
139140 servicePds = serviceUrl.hostname;
140141 console.log(`Found PDS service for ${handle} at ${serviceEndpoint} (${servicePds})`);
141142 } catch (e) {