Uncaught SyntaxError: Unexpected token u in JSON at position 0

前端 未结 7 1432
[愿得一人]
[愿得一人] 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 00:58

    Your app is attempting to parse the undefined JSON web token. Such malfunction may occur due to the wrong usage of the local storage. Try to clear your local storage.

    Example for Google Chrome:

    1. F12
    2. Application
    3. Local Storage
    4. Clear All

提交回复
热议问题