Home > Article > WeChat Applet > Solution to the problem "65305 The number of personalized menus is limited" when creating a personalized menu on WeChat public account
Solution to the report "65305 The number of personalized menus is limited" when creating a personalized menu on WeChat public account
It has been successfully created many times before, but when it was created this time, it reported "65305 The number of personalized menus is limited". What is the reason for this?
Get the existing menu through Custom menu query interfaceI found that I created several identical menus. It turns out that each time I create one, I don't overwrite the same menu, but create a new one.
There are many same menus, but the menu_id is different, so just call the Custom menu deletion interface to delete all the menus, and then recreate them.
Summary: Before creating a personalized menu, please delete the same menu first.
The above is the detailed content of Solution to the problem "65305 The number of personalized menus is limited" when creating a personalized menu on WeChat public account. For more information, please follow other related articles on the PHP Chinese website!