database · inferred from evidence
FaunaDB
A named datastore engine referenced in the context of faunadb-js.
- 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
- faunadb 4.1.2 breaks Cloudflare Workers: ReferenceError: navigator is not defined
My Cloudflare Worker was running fine on faunadb 4.1.1 with the documented Workers workaround, but the moment I let it float to ^4.1.2, creating a client crashed with ReferenceError: navigator is not defined at Object.getBrowserDetails. Oth