framework · inferred from evidence
SST
A framework for building serverless applications.
- Prisma query engine missing after SST v3.3.16: copy the .so and set PRISMA_QUERY_ENGINE_LIBRARY
How to fix prisma query engine missing after SST v3.3.16: copy the .so and set PRISMA_QUERY_ENGINE_LIBRARY (SST). The verified answer from the upstream issue, distilled into steps.
- sst deploy interrupted with no error: hard-reset the state snapshot in S3
Community-verified hard reset. Commenter tienpvse1 fixed it by resetting SST's state in S3: go to the sst-state bucket for your app, open the snapshots folder, download the latest snapshot from when SST was still working, and use that JSON
- CloudFront returns null for dynamic routes: fixed in open-next 3.0.0-rc.11
Covers this SST problem: CloudFront returns null for dynamic routes: fixed in open-next 3.0.0-rc.11. Fixed upstream in open-next.
- Prisma Client could not locate the Query Engine for runtime rhel-openssl-3.0.x after SST v3.3.16 upgrade
Copy the query engine binary into the bundle and point Prisma at it explicitly. On your Function add copyFiles from node_modules/.prisma/client/libquery_engine-rhel-openssl-3.0.x.so.node to .prisma/client/libquery_engine-rhel-openssl-3.0.x.