Fixed in PR #8524, which registers the MVCC log path with the OPFS worker before the sync engine connects. Use `@tursodatabase/sync-wasm` 0.8.0-pre.9 or newer. The maintainer re-tagged main to push it to npm after the pre.8 release job failed. As a stopgap you can also build locally (`yarn workspace…
This was a Renovate regression fixed in version 23.70.1, upgrade to that release or later. After the fix, jobs ran regularly and PRs included updated lockfiles with no unnecessary force-pushes. If you self-host, update the Renovate image or package to 23.70.1+; on the hosted app the fix rolled out a…
ENCORE_RUNTIME_LIB points Encore at its native runtime binary, and when you launch with plain node or npm run test the variable is never set. The supported paths are to run the app with the Encore CLI (encore run) and run tests with encore test instead of npm run test, both set the environment up fo…
The culprit is the isomorphic-form-data package, pulled in by older Appwrite and Twilio SDKs: it overwrites Node's native global.FormData with the form-data package, which does not implement the Web FormData#get() API that React Server Actions require. A maintainer reproduced the exact error only wh…
Fixed in PR #8524, which registers the MVCC log path with the OPFS worker before the sync engine connects. Use `@tursodatabase/sync-wasm` 0.8.0-pre.9 or newer. The maintainer re-tagged main to push it to npm after the pre.8 release job failed. As a stopgap you can also build locally (`yarn workspace…
This was a Renovate regression fixed in version 23.70.1, upgrade to that release or later. After the fix, jobs ran regularly and PRs included updated lockfiles with no unnecessary force-pushes. If you self-host, update the Renovate image or package to 23.70.1+; on the hosted app the fix rolled out a…
ENCORE_RUNTIME_LIB points Encore at its native runtime binary, and when you launch with plain node or npm run test the variable is never set. The supported paths are to run the app with the Encore CLI (encore run) and run tests with encore test instead of npm run test, both set the environment up fo…
The culprit is the isomorphic-form-data package, pulled in by older Appwrite and Twilio SDKs: it overwrites Node's native global.FormData with the form-data package, which does not implement the Web FormData#get() API that React Server Actions require. A maintainer reproduced the exact error only wh…