cancel
Showing results for 
Search instead for 
Did you mean: 

Uncaught SyntaxError: Unexpected string in JSON at position

   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

Uncaught SyntaxError: Unexpected string in JSON at position

hey there . have an issue with 2 categories out of 7 where price slider wont display . other 5 categories works fine 

getting an error

 

VM2169:1 Uncaught SyntaxError: Unexpected string in JSON at position 1730
at JSON.parse (<anonymous>)
at getNodeData (scripts.min.js:5)
at Array.map (<anonymous>)
at scripts.min.js:6
at HTMLDocument.apply (main.min.js:5)
at fire (jquery.min.js:212)
at Object.add [as done] (jquery.min.js:215)
at jQuery.fn.init.jQuery.fn.ready (jquery.min.js:223)
at jQuery.fn.init (jquery.min.js:200)
at new jQuery.fn.init (jquery-migrate.min.js:27)

 

anyone have an idea how to fix this?slider.JPG

1 REPLY 1

Re: Uncaught SyntaxError: Unexpected string in JSON at position

Hello @mantas_bernatav ,

Since the code is not specified, the error indicates that there are invalid tags in JSON, you need to look in JS for non-closed constructions.

Hope it will help you.

Thanks.