Recipes
Recipes copied to clipboard
warn: Unable to add identifier to error metadata
This is an example on https://spotpod.solidcommunity.net:8443
It looks like the port is missing
2025-02-11T07:27:53.512Z [HandlerServerConfigurator] {Primary} info: Received GET request for /robots.txt
2025-02-11T07:27:53.516Z [TargetExtractorErrorHandler] {Primary} warn: Unable to add identifier to error metadata: The identifier https://spotpod.solidcommunity.net/robots.txt is outside the configured identifier space.
2
This means that request was targeting https://spotpod.solidcommunity.net/robots.txt instead of https://spotpod.solidcommunity.net:8443/robots.txt and the server complains that because of that it can't generate some error metadata. So this is intended.
Well not really because the request was targetting /robots.txt
2025-02-11T07:27:53.512Z [HandlerServerConfigurator] {Primary} info: Received GET request for /robots.txt
2025-02-11T07:27:53.516Z [TargetExtractorErrorHandler] {Primary} warn: Unable to add identifier to error metadata: The identifier https://spotpod.solidcommunity.net/robots.txt is outside the configured identifier space.
2