Update prisma to last version (currently 5.7.1)

Topic summary

Issue: After upgrading Prisma to the latest version and attempting to connect to a Turso database, the app server failed to start. The author referenced errors tied to sessionStorage and code in db.server.ts, sharing screenshots of the stack traces.

Clarification sought: Whether the error stemmed from Prisma–Turso compatibility and if such a connection is supported.

Artifacts: Images (error screenshots) were provided and are central for understanding the specific stack traces (sessionStorage and db.server.ts).

Resolution: The problem was resolved by deleting node_modules and reinstalling dependencies. After a clean reinstall, the server ran without issues; no code or configuration changes were reported.

Outcome/Status: Resolved. There’s no remaining action item in the thread, and no evidence of an inherent Prisma–Turso incompatibility was indicated by the author once dependencies were reinstalled.

Summarized with AI on January 10. AI used: gpt-5.

I’m trying make a connection with a turso db using prisma with the new features that have the last version but currently I’m having troubles to try start server

sessionStorage

db.server.ts

somebody know about this error or if we can implement the connection with turso db and prisma?

already has done, just was remove node_modules and reinstall again for can run without any trouble