Hey there,
how can I prevent this error thrown by jsonld-parser.js?
The input html code has no jsonld, this why w-a-e is throwing the error.
Maybe, w-a-e should try if json-ld is present, because the error message is wrong at the moment if now json-ld is in the html - right?
Error in jsonld parse - SyntaxError: Unexpected end of JSON input
POST /detailpage 200 4729.179 ms - 678
POST /detailpage 200 5661.727 ms - 2388
Error in jsonld parse - SyntaxError: Unexpected end of JSON input
POST /detailpage 200 4616.781 ms - 664
Error in jsonld parse - SyntaxError: Unexpected end of JSON input POST /detailpage 200 4659.136 ms - 1339
Hey there,
how can I prevent this error thrown by
jsonld-parser.js?The input html code has no jsonld, this why w-a-e is throwing the error.
Maybe, w-a-e should try if json-ld is present, because the error message is wrong at the moment if now json-ld is in the html - right?