Arseny

Results 18 comments of Arseny

Hello @khal3d, I noticed that every key has the same prefix - `nxt_`. The remaining part of the key, for example, `9bc6f6daaf28afbc730ff4d50a0ae355750654724dbe262553a4f2b061f386cc`, represents the fetch cache key created by the...

Could you please check the values. Make sure that the the `url`, `headers` and the `body` is the same for every key. You can use `atob()` to parse `base64` data...

@khal3d hello! Is this issue still relevant?

I'm closing this issue due to inactivity.

@gchallen hi there! Sorry for the delay. The behavior you're observing is not a bug but a deliberate design choice. Let me explain. When using multiple handlers, we want the...

@a20000110 hello! This library was made for self-hosted environments with multiple instances of the app. I'm afraid, it doesn't work in Vercel's deployments

@IRediTOTO hello! Can you please share your CacheHandler configuration?