How can we investigate/diagnose errors on the page...
# suitecommerce
p
How can we investigate/diagnose errors on the page. We are getting 'URL not found' on the PDP within the [product-line-sku-container] code, but cannot find out what is causing it. There is a 404 error in the Console log, but not sure what part of the attempted URL is causing the issue
p
Thanks, will have a read. The page does load ok, but with the error.
s
Oh? As in the product details show but you also get an error?
p
Yes
s
That is very odd
Is there a more detailed error message in the developer console or the SSP application log?
For example, is a correlated item failing to fetch?
p
Copy code
{
  "errors": "URL not found",
  "code": 404,
  "warnings": {}
}