The WeChat applet reports an error: "The service provided by this applet is faulty, please try again later" (IOS reports an error, Android is normal)

Record the problems encountered when connecting to the WeChat applet. The problems are as follows:

1. An error occurs after sending a message: the service provided by this applet is faulty, please try again later

2. Only IOS will report an error, while Android is normal

3. For the WeChat account of IOS error, even if you log in on the computer, you will still report an error when using the applet, but Android is still normal .
 
消息推送小程序客服管理

insert image description here

 

The abnormal performance is as shown in the figure below

insert image description here

1. In order to locate the problem, the following checks were made

1. Confirm that the server has responded "success" after receiving the WeChat request

2. Confirm that the time from sending a message from the applet to replying "success" does not exceed 5 seconds

3. Through the WeChat community and Baidu search, the problem may be related to the permission 微信第三方开发平台named " 小程序客服管理"

4. Log in to the WeChat development platform and find that there is indeed relevant information about the applet, and the permissions include:"小程序客服管理"
insert image description here

5. Choose to unbind, but the problem already exists
insert image description here

6. On the management page of the WeChat applet, I found the authorization information of the third-party platform, and the permissions include: , "小程序客服管理"here is to choose to cancel the authorization, and the problem is solved

insert image description here

Guess you like

Origin blog.csdn.net/weixin_52116015/article/details/130921699