Franco Fantini
Franco Fantini
Hi there! I've noticed that the issue happens if the las part of the path is shorter than 8 chars. I guess this is why it breaks with i18n which...
I've narrow it down to being an issue when having more than one middleware. We are using turborepo with one "core" app that rewrites to another apps. Both the core...
Hi there, I'm having the same issue. The workaround i've found is updating to `v2.1.0` and changing the import to this ```tsx import { verifySignature } from '@upstash/qstash/dist/nextjs'; ```