Driga Nicolai
Driga Nicolai
I tried two links, the first one is a commercial project, so I can't share it, the second one is my test project, I can share it if needed
@zehfernandes I have tried installing a newer version of node js, but I still encounter this error. I get as the deployment url this value  am I right? (test...
I added a couple of console logs: ```js async function getDeploymentSource(id) { console.log(id, "id"); let path = `/v6/deployments/${id}/files`; console.log(path, "path"); if (VERCEL_TEAM) path += `?teamId=${VERCEL_TEAM}`; const files = await getJSONFromAPI(path);...