Skip to content

Commit

Permalink
mention that you should test APIs on the target device
Browse files Browse the repository at this point in the history
  • Loading branch information
pliablepixels committed Feb 7, 2020
1 parent 1d8cfb9 commit 38724fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/guides/validating-api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ Please make sure you go through this before you wonder why zmNinja is not workin
Make sure ZM APIs are working:
''''''''''''''''''''''''''''''

(Note - nginx users, if you are facing API issues, please see if `this
**Note 1**: nginx users, if you are facing API issues, please see if `this
page <https://github.com/pliablepixels/zmNinja/wiki/How-to-configure-APIs-with-nginx>`__
helps)

**Note 2**: It is **important** that you run the API tests from the device you plan to use zmNinja with. Very often, I've seen folks doing API tests on the same server ZM is running on and then face issues (mostly due to network connectivity) when using zmNinja because it is running on a different device. So, I'd recommend you open a chrome browser on the device you plan to use zmNinja on (desktop or mobile) and then run these tests.

- Step 1: Open up a browser
- Step 2: Log into ZM
- Step 3: Open another tab in the same browser (**IMPORTANT**: Has to
Expand Down

0 comments on commit 38724fe

Please sign in to comment.