Beta test help: Netlify Deploy Config Change

If anyone is available today, @rob and I could use help confirm the following Netlify Deploy config change does indeed work just fine. We’ve tested and it’s working.

Could you try to deploy with the following change in your prisma.schema?

REMOVE

// prisma.schema
...
binaryTargets = env("BINARY_TARGET")
...

REPLACE

// prisma.schema
...
binaryTargets = "native"
...

Then deploy to Netlify and confirm it deployed successfully and the Netlify build logs are clean.

Please reply to this comment with your results! :rocket:

Just made the change and the build looks good and the project seems fine

https://clever-albattani-4fb445.netlify.app/

That one line was the only error I was getting in my project before, now VS Code is totally clean.

1 Like

yessssss

thank you for taking time to try it out🚀

UPDATE: all good and done so no more help needed. Thanks!