Andreas Thomas

Results 410 comments of Andreas Thomas

I just tried [this example](https://github.com/upstash/upstash-redis/tree/main/examples/nextjs) with `v1.14.0` and that works as expected. Can you give show me exactly what you are doing please?

I've also tried with nodejs directly, without a framework (added it as example [here](https://github.com/upstash/upstash-redis/tree/main/examples/vercel-nodejs)). That works too

👍 thanks, that helps I'll try to reproduce and debug this monday morning. Sounds like I missed an edge case and I can fix it fast. One more question: are...

Tried reproducing but it works for me, can you double check please? I created a completely fresh nextjs project ``` npx create-next-app@latest --ts --use-pnpm examples/216 cd examples/216 pnpm add @upstash/redis@latest...

Aaaah, I missed that detail. `atob` was introduced to node in v16 [source](https://developer.mozilla.org/en-US/docs/Web/API/atob#browser_compatibility) I redeployed the app with v14 and am getting the same error now. Couple of solutions here:...

👍 I'll leave this open until I merge the fix thanks for the report

@rklubenspies there is no way to run our redis server locally, however there are some community projects to run a rest api compatible proxy: by @mna: https://github.com/mna/upstashdis by @hiett: https://github.com/hiett/serverless-redis-http

@n1ru4l I'll put it on my todo list for this or next week thanks for letting me know

Hey @akashkashyap yeah we definitely would like to make this happen unfortunately I got completely stuck on making the tests work I'd appreciate a second set of eyes looking at...