Error: Database not created
Summary
Error showing in the console (see "logs" under) immediately after the app was started.
Steps to reproduce
Just visit the app (e.g. staging URL: https://openstapps-app-staging.surge.sh/) with the opened console (dev tools).
Relevant logs and/or screenshots
vendor-es2015.js:23755 ERROR Error: Uncaught (in promise): Error: Database not created. Must call create() first
Error: Database not created. Must call create() first
at Storage.assertDb (vendor-es2015.js:83969)
at Storage.get (vendor-es2015.js:83982)
at StorageProvider.<anonymous> (main-es2015.js:54431)
at Generator.next (<anonymous>)
at vendor-es2015.js:184562
at new ZoneAwarePromise (polyfills-es2015.js:1396)
at __awaiter (vendor-es2015.js:184558)
at StorageProvider.get (main-es2015.js:54430)
at ScheduleSyncService.<anonymous> (main-es2015.js:34959)
at Generator.next (<anonymous>)
at resolvePromise (polyfills-es2015.js:1222)
at polyfills-es2015.js:1129
at rejected (vendor-es2015.js:184560)
at ZoneDelegate.invoke (polyfills-es2015.js:381)
at Object.onInvoke (vendor-es2015.js:45949)
at ZoneDelegate.invoke (polyfills-es2015.js:380)
at Zone.run (polyfills-es2015.js:143)
at polyfills-es2015.js:1285
at ZoneDelegate.invokeTask (polyfills-es2015.js:415)
at Object.onInvokeTask (vendor-es2015.js:45936)
defaultErrorLogger @ vendor-es2015.js:23755
Edited by Jovan Krunić