dfahlander / dexie-todo-list

Created with StackBlitz ⚡️

Home Page:https://stackblitz.com/edit/dexie-todo-list

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dexie issue. IndexedDB not being created

nesanmano opened this issue · comments

Hi, I have fixed the issue. Now it works in stack blitz. I keep getting this error. I have drilled down the problem and came to know that this is the cause: dexie.mjs:1201 Unhandled rejection: SchemaError: KeyPath imgName on object store imageList is not indexed

I have a working sample code on stackblitz:

https://stackblitz.com/edit/angular-ivy-znzhv8

image

Issue is resolved