strapi-plugin-github-publish
strapi-plugin-github-publish copied to clipboard
error TypeError: Cannot destructure property 'status' of '(intermediate value)' as it is undefined.
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