1. Home
  2. Docs
  3. Flutter Store Manager
  4. Get started
  5. Server requirement

Server requirement

  1. 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.

  1. 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

Was this article helpful to you? Yes No

How can we help?