【有偿】微信小程序后台捕获错误:null is not an object (evaluating \'Qn.app.mount\'),导致无法正常访问 #17512
Unanswered
chenyinkai
asked this question in
Q & A
Replies: 1 comment
-
|
● #14504 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
微信小程序后台捕获的js错误分析,偶现 null is not an object (evaluating 'Qn.app.mount') 等错误,导致无法正常渲染页面。目前来类似于 #12129 问题,但是3.6.35版本上依旧出现。
Taro CLI 4.0.7 environment info:
System:
OS: macOS 14.2
Shell: 5.9 - /bin/zsh
Binaries:
Node: 22.11.0 - ~/.nvm/versions/node/v22.11.0/bin/node
Yarn: 1.22.22 - ~/.nvm/versions/node/v22.11.0/bin/yarn
npm: 10.9.0 - ~/.nvm/versions/node/v22.11.0/bin/npm
npmPackages:
@tarojs/cli: ~3.6.35 => 3.6.35
@tarojs/components: ~3.6.35 => 3.6.35
@tarojs/helper: ~3.6.35 => 3.6.35
@tarojs/plugin-framework-react: ~3.6.35 => 3.6.35
@tarojs/plugin-platform-alipay: ~3.6.35 => 3.6.35
@tarojs/plugin-platform-h5: ~3.6.35 => 3.6.35
@tarojs/plugin-platform-jd: ~3.6.35 => 3.6.35
@tarojs/plugin-platform-qq: ~3.6.35 => 3.6.35
@tarojs/plugin-platform-swan: ~3.6.35 => 3.6.35
@tarojs/plugin-platform-tt: ~3.6.35 => 3.6.35
@tarojs/plugin-platform-weapp: ~3.6.35 => 3.6.35
@tarojs/react: ~3.6.35 => 3.6.35
@tarojs/runtime: ~3.6.35 => 3.6.35
@tarojs/shared: ~3.6.35 => 3.6.35
@tarojs/taro: ~3.6.35 => 3.6.35
@tarojs/taro-loader: ~3.6.35 => 3.6.35
@tarojs/webpack5-runner: ~3.6.35 => 3.6.35
babel-preset-taro: ~3.6.35 => 3.6.35
eslint-config-taro: ~3.6.35 => 3.6.35
react: ^18.3.1 => 18.3.1
Beta Was this translation helpful? Give feedback.
All reactions