jamauro / offline

An easy way to give your Meteor app offline capabilities and make it feel instant
13 stars 1 forks source link

No data after the indexedDB database creation #12

Open harry-73 opened 3 weeks ago

harry-73 commented 3 weeks ago

The first the application is launched, the indexedDB database is created but it remains empty. After reloaded the web page, the database is fulfilled.

jamauro commented 3 weeks ago

I wasn't able to repro this. If you can provide a minimal repro, that would be helpful. Can you repro when not using vite? This seems very similar to the other issue https://github.com/jamauro/offline/issues/11 you opened so maybe it's the same root cause.