结帐加载器在 Magento 2.3.7 中保持加载

Checkout loader keeps loading in Magento 2.3.7

当我尝试结帐时,它一直在加载。我的问题是关于购买页面加载问题。我检查了控制台 & 有这样的错误:

Uncaught ReferenceError: Unable to process binding "scope: function(){return '' }"
  Message: Unable to process binding "template: function(){return getTemplate() }"
  Message: getTemplate is not defined
  at template (eval at createBindingsStringEvaluator (knockout.js:2982), <anonymous>:3:61)
  at init (knockout.js:5454)
  at knockout.js:3358
  at Object.ignore (knockout.js:1470)
  at knockout.js:3357
  at Object.arrayForEach (knockout.js:159)
  at applyBindingsToNodeInternal (knockout.js:3343)
  at applyBindingsToNodeAndDescendantsInternal (knockout.js:3223)
  at applyBindingsToDescendantsInternal (knockout.js:3205)
  at Object.ko.applyBindingsToDescendants (knockout.js:3421)

PHP版本:7.4

Magento 版本:2.3.7

主题版本:Pearl Theme for Magento 2 Open Source v1.10.15(2021 年 8 月 31 日)

预期结果:点击结帐按钮后,应打开结帐页面。

收到的结果:结帐加载程序继续加载,点击后进入结帐页面。

将 magento 版本升级到 2.4.2 后,它按预期工作。