[update] we realized the issue is caused by the fetch behavior changes in recent deployments.
original post
During the recent deployment, We found some issues with the Vercel middleware code. we used jose library's jwtDecode to decode a JWT token and it raised an error [Gt: JWTs must use Compact JWS serialization, JWT must be a string]. however, it didn't happen even for the same code that was deployed before last Friday. I wanna know why this error was raised, didn't Vercel change the runtime for middleware recently?

