Recipes icon indicating copy to clipboard operation
Recipes copied to clipboard

warn: Unable to add identifier to error metadata

Open bourgeoa opened this issue 11 months ago • 2 comments

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

bourgeoa avatar Feb 11 '25 10:02 bourgeoa

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.

joachimvh avatar Feb 11 '25 10:02 joachimvh

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

bourgeoa avatar Feb 11 '25 11:02 bourgeoa