- Your hosting server needs to support methods PUT, DELETE
In the application, in some APIs we use the PUT method ex: Update order status if that function not working, you can contact your hosting provider to enable PUT and DELETE method.
- Authentication header enable
The app uses JSON Web Token to authenticate the user on the app with your server, if your server does not support the app will not work. To check the status you can go here
Admin Dashboard => Tools => Site Health