strapi-plugin-github-publish icon indicating copy to clipboard operation
strapi-plugin-github-publish copied to clipboard

error TypeError: Cannot destructure property 'status' of '(intermediate value)' as it is undefined.

Open tophermurphy opened this issue 4 years ago • 0 comments

Error is coming up in strapi-plugin-github-publish/controllers/github-publish.js

Line 52 const { status } = await axios.post(url, data, { headers });

Azure VM Image: Ubuntu Server 18.04 LTS

Removing the curly braces around status seemed to work via StackOverflow https://stackoverflow.com/questions/54744949/uncaught-typeerror-cannot-destructure-property-name-of-undefined-or-null#answer-66994361

tophermurphy avatar Aug 25 '21 21:08 tophermurphy