Link Search Menu Expand Document

Test Web App

  1. Go to your local website or the website with the URL from the template

  2. Login with your “App Admin username” and “App Admin password”

  3. If you can’t login, check:
    Make sure src/config.js exists and fields are set - especially realm-app-id
    The Realm user was created in the Realm
    The Realm user is in a document the wildaid.User collection and the Realm ID is correct

  4. Your browser’s inspector console may have more information about what went wrong.

  5. Charts won’t work, this is expected
    Image showing the dashboard when charts wont work

  6. Search for “Mia” and you should see some results with fuzzy matching. Click “See all results for mia”. If this is not working, ensure that the Atlas Search Index has completed its build.
    How to check all Results for 'Mia'

  7. Click “See all” for “Boardings” Where to select to view all the Boardings

  8. You should see a records from the sample data
    Click “Filter” and then “Red” under “Risk”: How to filter Red Risks from the Records

  9. You should see only records with red risk levels: View Records with Red Risks

Huzzah! Your web application connects to your Realm data!

From here, you can:

Build the Android app

Build the iOS app

Create Charts and add them into the web interface



Troubleshooting - Up to main build page