RM
RM
CDCloudflare Developers
Created by RM on 12/6/2024 in #workers-help
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.
2 replies
CDCloudflare Developers
Created by RM on 7/30/2024 in #pages-help
I want to know a deployed URL when a new deploy is made. How can I do this?
For example, Vercel has Vercel notification that notifies me deploy status and the new deployed URL (if the deploy has succeeded) by sending a Slack message. Slack is ideal but it doesn't need to be, I want at least email. I couldn't find such a feature on Cloudflare dashboard. How can I do this? Does it need to implement a custom integration??
5 replies