Request for failed deployment log
I'm playing around with SWC compilation along with Vite, but my Pages Function is failing to deploy with
Error: Failed to publish your Function. Got error: Unknown internal error occurred.
as the only output.
Could I please get a more detailed log? The deployment ID is 7140b680-2633-4e5c-b5db-c56cd4c08b76
Thank you!1 Reply
I figured it out. Vite was pulling in a node version of
node:crypto
and CF was barfing when trying to deploy it.