Uncaught SyntaxError: Unexpected token u in JSON at position 0

前端 未结 7 1387
[愿得一人]
[愿得一人] 2020-12-03 00:11

Only at the checkout and on individual product pages I am getting the following error in the console log:

VM35594:1 Uncaught SyntaxError: Unexpected token u          


        
相关标签:
7条回答
  • 2020-12-03 01:15

    For me, that happened because I had an empty component in my page -

    <script type="text/x-magento-init">
       {
       ".page.messages": {
           "Magento_Ui/js/core/app": []        
          }
       }
    

    Deleting this piece of code resolved the issue.

    0 讨论(0)
提交回复
热议问题