My build attempt hasn't been progressed due to probably RPC

I tried to build a Cloudflare Workers project which has
prisma
and ran npx prisma migrate deploy in the build env, but it hasn't been finished. I added DEBUG=* on the command and I found the last log was
20:13:28.561 prisma:getConfig config data retrieved without errors in getConfig Wasm +2ms
In my local env, the next stdout is:
prisma:schemaEngine:rpc SENDING RPC CALL ...

It seems prisma migrate does RPC in the command (probably). I suspect we can't do RPC in Cloudflare Workers build env. Does someone know about it? Please tell me the solution if someone solved or avoided the same or a similar issue.
Was this page helpful?