library · inferred from evidence
faunadb driver
A library used to interact with FaunaDB, mentioned in the context of version upgrades.
- faunadb v2.14.0 breaking change: query returns non-JSON response
After upgrading the faunadb driver from 2.13.0 to 2.14.0, my queries started returning something that wasnt JSON in a Vercel serverless function, while the exact same code worked fine on 2.13.0. Another user on Vercel confirmed the same beh