After add device on device-list page, then click on the number to connect to whatsapp, the QR code box just show spinning loading…
First you need to check if the wazone node server is running properly by going to https://api.mydomain.com/info
you will see an info page if the wazone node server is running properly.
you will see a 500 error if wazone node server cannot connect to database.
you will see “It works!” if you pointed the document root path to wrong location when you add new node js app.
Most common mistakes are:
– when install, you forgot to change the Node Url to the actual wazone node url. To fix this, you open .env file on both sides (panel and node), edit NODE_URL=https://api.mydomain.com
– forget to copy .env.node.server file from admin panel root to node server root then edit the filename to .env
– forget to run admin_panel_url.com (no /public) updater