We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello 👋
I tried upgrading to 6+ and it seems the keyPrefix is ignored.
I declare the module in app.module.ts as:
CacheModule.forRoot({ keyPrefix: 'rest-cache' }),
When looking at the IndexedDB in Chrome Dev Tools, every cached item is prefixed with "undefined".
I rollbacked to Ionic-Cache 5, and every item is prefixed with "rest-cache", as expected.
No matter what prefix I use, it is ignored. I also tried to not using a prefix, and the data in IndexedDB is still prefixed with "undefined".
Between every test, I cleared the IndexedDB with Chrome Dev Tools.
The text was updated successfully, but these errors were encountered:
Hi, thanks for reporting this issue. I'll take a look at it shortly and see if I can resolve this 👍
Sorry, something went wrong.
Should be resolved by b43c3ad .
I've just released this fix as 6.0.3 please update and try again 😄
6.0.3
I confirm it now works as expected 👍 Thanks!
WillPoulson
No branches or pull requests
Hello 👋
I tried upgrading to 6+ and it seems the keyPrefix is ignored.
I declare the module in app.module.ts as:
When looking at the IndexedDB in Chrome Dev Tools, every cached item is prefixed with "undefined".
I rollbacked to Ionic-Cache 5, and every item is prefixed with "rest-cache", as expected.
No matter what prefix I use, it is ignored. I also tried to not using a prefix, and the data in IndexedDB is still prefixed with "undefined".
Between every test, I cleared the IndexedDB with Chrome Dev Tools.
The text was updated successfully, but these errors were encountered: