Sam Arbid
Sam Arbid
Testing with: ```bash uv pip freeze | grep -E '^invenio-.*resources|rdm|communities|requests' invenio-app-rdm==13.0.0b3.dev18 invenio-communities==18.3.0 invenio-drafts-resources==6.2.0 invenio-rdm-records==18.14.0 invenio-records-resources==7.3.0 invenio-requests==6.3.0 invenio-users-resources==7.1.0 requests==2.32.3 requests-oauthlib==2.0.0 requests-toolbelt==1.0.0 ```` Still failing: ```log 127.0.0.1 - - [04/Jun/2025 14:34:48] "PUT...
Thanks for the cross-reference @m6121 To clarify: the config in your PR is correct for AWS S3, which is more permissive and doesnβt require declaring every method/header explicitly for multipart...
Interesting, thanks for the details! I'll check with our DevOps team on whether those extra methods were required in our setup or if a narrower rule set worked for us...
It occurred again after installing JS deps now while working on translations in v13, the deposit page went blank. Deleting `node_modules` in the local package and rebuilding fixed it. Likely...
### Proposed solution: To prevent multiple React instances and simplify dependency management, we could encapsulate all shared JS libraries (e.g., React, ReactDOM, Semantic UI,...) in a single internal package e.g.,...
I fix it in my instance by overriding these rules in: `assets/less/site/globals/site.overrides` ```less #preview-file-title, a { // or: "td.ten.wide a" to narrow it down word-break: break-word; overflow-wrap: break-word; } ```