Andrew Dunkman (he/him)
Andrew Dunkman (he/him)
I’m not quite sure what the failed check "Required PR Labels" is, but I’m not able to assign or edit PR labels. I’d appreciate an assist!
Hmm, looking at the build failure, it seems to be unrelated to this changeset. ``` Error: error:0308010C:digital envelope routines::unsupported at new Hash (node:internal/crypto/hash:67:19) at Object.createHash (node:crypto:133:10) at module.exports (/home/runner/work/netlify-cms/netlify-cms/node_modules/webpack/lib/util/createHash.js:135:53) at...
@ashishkharche I believe the pull request is ready for a team member to review. I suspect it is hard for the Netlify team to review pull requests at the moment...
Currently running into a confusing issue on a site which is most likely caused by preview URLs being re-used, and therefore users of NetlifyCMS need to wait for a build...
👋 Hiya! I’d love to take a pass at implementing this — @eric-gade and I are finding a need for it on a current project. We poked around a bit,...
The issue above suggests the possible paths forward: 1. Remain on `webpack@4`, but supply `--openssl-legacy-provider` to nodejs: ```bash export NODE_OPTIONS=--openssl-legacy-provider ``` 2. Upgrade to `webpack@5`.
Adding automated accessibility testing in CI will close #3121 and #3130 as well.
`POST` data would be very helpful in debugging this, since there’s lots of branching logic.
I think this may be completed actually — Terraform uses file signatures to detect changes in lambdas, so any unauthorized installation would cause a signature mismatch and fail the deploy....
Experienced an issue just now where a `null` reference was causing a user error (logged out) — this would have allowed us to see the issue before a user reported...