tool · inferred from evidence
atob
A function for decoding base64-encoded data, missing in Node 14.
- @upstash/redis on Node 14: "Unable to decode base64 []: atob is not defined"
Since @upstash/redis v1.14.0, running on Node 14 (e.g. Vercel with the Node 14.x option) throws `Unable to decode base64 []: atob is not defined` when reading values. Cause: v1.14.0 introduced base64 decoding via `atob`, which only exists i