You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 17, 2025. It is now read-only.
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