Unhandle promise rejection, Thu Oct 13 2022 20:34:42 GMT+0800 (China Standard Time) rendering layer error, RangeError: WebAssembly.

Wechat applet, there is a problem with the new project 1. Unhandle promise rejection
insert image description here
Reason : It is because the version of the debugging base library is too high, and it can be replaced with a lower version
insert image description here

Then let's take a look at the second question
2. Thu Oct 13 2022 20:41:48 GMT+0800 (China Standard Time) sitemap index status prompt
and Thu Oct 13 2022 20:34:42 GMT+0800 (China Standard Time) The same is true for rendering layer errors

, the version of the debugging base library is too high.

Note : If only the first problem is solved and the second problem is not solved, then the version of the debugging base library needs to be lowered until the error is no longer reported

The third problem appears : VM2712:1 RangeError: WebAssembly.Memory(): could not allocate memoryinsert image description here
is still a problem with the version, continue to modify the version

Guess you like

Origin blog.csdn.net/qq_41977843/article/details/127308858