Andreas Thomas

Results 410 comments of Andreas Thomas

@Ali-Hussein-dev have you had time to try this yet?

Oh I remember I had plenty of issues with nx in the past. Do you have a minimal example you could share? otherwise I'll try creating one next week

@Ali-Hussein-dev I'm confused, there's no mention of upstash or redis in that repo? Did you send the wrong one?

Hey guys, I built QStash and just stumbled across this. 1. No we do not support running your own redis server and there are no plans for this. 2. By...

Hey @weixuanteo I'm working on a fix for this already please import a fetch polyfill manually for now: For example: `npm i isomorphic-fetch` ```ts import { Redis } from "@upstash/redis"...

Hmm, that's very weird, I have that exact same setup running in a lambda right now. But good to know it works with cross-fetch. What `@upstash/redis` version are you running?

Can you share a minimal example where it fails?

@enzoferey We have ci tests running on vercel and it worked there, I'll manually check this right now what's your setup? Next.js on vercel I guess, and are you running...