Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 894 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 894 Bytes

Datastore indexes not found

This app is a Verida datastore using a custom schema and some pre-defined indexes:

  • The app Create button creates an entry in the datastore every time it is clicked.
  • The app Load button fetches two entries at a time from the datastore and displays them in a list.
  • At the bottom is the content of the custom schema.

Reproduction

  1. Install the dependencies
npm install
  1. Star development server:
npm run dev
  1. Navigate to localhost:8080. You should see your app running.
  2. Enter with Metamask
  3. Click the add button a couple of times to create a few entries in the datastore.
  4. Click the load button to fetch entries from the datastore

Expectation

Fetch result contains bookmark for pagination

Actual

Fetch result does not have a bookmark property but contains a warning that no indexes found.