netlify / js-client

A Open-API derived JS + Node.js API client for Netlify
https://www.npmjs.com/package/netlify
215 stars 50 forks source link

regression: createSiteinTeam call returning 404 suddenly #697

Open fool opened 2 years ago

fool commented 2 years ago

(Enterprise) Customer who regularly uses this call via this library has begun receiving 404 / Not found responses as of 2022-03-31T12:45:24.408-04:00 ; last successful POST was 2022-03-31T13:09:45.552-04:00.

There is an example body which causes the failure and some proof that the createSiteinTeam call still works, albeit not when run via the js client. Netlify employees can see those details in https://netlify.zendesk.com/agent/tickets/88934

This seems to happen with various nodejs versions and I am guessing something perhaps changed in the open-api which the client just needs an upgrade for? Hopefully the timestamps can help you narrow things down.

fool commented 2 years ago

@eric-silverman and I talked a bit more about this in DM's. Next steps for customer:

They've already worked around the problem using the API directly as far as I heard, and I don't want to debug ancient version sooner - so let's call this blocked for now and should the customer re-engage, Support will follow up and put in backend pairing (or re-escalate to the pillar).