Search
Star
Feedback
Setup for Free
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Prisma error with wasp 0.14.0 - Wasp
W
Wasp
•
3mo ago
•
8 replies
Jorge
Prisma error with wasp 0.14.0
Hi everyone
,
I have an issue with wasp 0
.14
.0 and building the docker image
:
2025
-11
-
1
8
T
1
3
:
3
9
:07
.867396909Z
[inf
]
[server
-builder 8
/11
] RUN npm install
&
& cd
.wasp
/build
/server
&
& npm install
2025
-11
-
1
8
T
1
3
:
3
9
:07
.869242083Z
[inf
]
[server
-builder 9
/11
] COPY db
/schema
.prisma
.wasp
/build
/db
/
2025
-11
-
1
8
T
1
3
:
3
9
:08
.368385799Z
[inf
]
[server
-builder 9
/11
] COPY db
/schema
.prisma
.wasp
/build
/db
/
2025
-11
-
1
8
T
1
3
:
3
9
:08
.371296265Z
[inf
]
[server
-builder 10
/11
] RUN cd
.wasp
/build
/server
&
& npx prisma generate
-
-schema
=
'
.
.
/db
/schema
.prisma
'
2025
-11
-
1
8
T
1
3
:
3
9
:09
.503658394Z
[inf
] Error
: Failed to fetch sha256 checksum at
https://binaries.prisma.sh/all_commits/4bc8b6e1b66cb932731fb1bdbbc550d1e010de81/linux-musl-openssl-3.0.x/migration-engine.sha256
. 500 Internal Server Error
-
-
-
-
Apparently the URL Prisma is using to download the engine checksum
(
https://binaries.prisma.sh/all_commits/4bc8b6e1b66cb932731fb1bdbbc550d1e010de81/linux-musl-openssl-3.0.x/migration-engine.sha256
) now returns a 500 error from Prisma
’s servers
, which causes npx prisma generate to fail during the Docker build
, even though my app code
, Prisma version
(4
.16
.2
) and Wasp version
(0
.14
.0
) haven
’t changed since the last time this project deployed successfully
Wasp
Join
Rails-like framework for React, Node.js and Prisma. Build your app in a day and deploy it with a single CLI command.
4,650
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
Migration to 0.14 Issue with Prisma
W
Wasp / 🙋questions
2y ago
wasp 0.19 error
W
Wasp / 🙋questions
3mo ago
Prisma Postgres + Wasp?
W
Wasp / 🙋questions
9mo ago
Full stack type safety wasp 0.13 to 0.14
W
Wasp / 🙋questions
17mo ago