Skip to content

triandco/datastore-indexes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published