Closed mister-loop closed 10 months ago
I think you are right!
I'm getting same
I am getting 500: Internal Server Error on the
v6/deployments/:id/files
path. Thev13/deployments/:url
path is correctly working and extracting the id as well. But somehow this one is not working.I am doubtful if the endpoint has not changed.
It changed to v7 response is now base64 encoded: https://vercel.com/docs/rest-api/endpoints#get-deployment-file-contents
I have a forked version, that gets your source downloaded and decoded, but doesn't work for binary files: https://github.com/rdwz/vercel-source-fetcher/issues/9
Fixed!
I am getting 500: Internal Server Error on the
v6/deployments/:id/files
path. Thev13/deployments/:url
path is correctly working and extracting the id as well. But somehow this one is not working.I am doubtful if the endpoint has not changed.