cancel
Showing results for 
Search instead for 
Did you mean: 

JSON.parse: unexpected keyword at line 1 column 1 of the JSON data

JSON.parse: unexpected keyword at line 1 column 1 of the JSON data

Hi, I am getting this error in checkout. Below the Shipping Address form, Shipping Methods is stucked on loading. In console it says:

 

JSON.parse: unexpected keyword at line 1 column 1 of the JSON data

  • process     http://localhost/magento2/pub/static/frontend/Magento/luma/en_US/Magento_Checkout/js/model/error-processor.js:19
  • getRates   http://localhost/magento2/pub/static/frontend/Magento/luma/en_US/Magento_Checkout/js/model/shipping-rate-processor/new-address.js:65

    But, when I check there is even no model folder created under http://localhost/magento2/pub/static/frontend/Magento/luma/en_US/Magento_Checkout/js

    I cleared cache and deployed static content but it still the same.