Content
OpenProject API: "PATCH" requests fail after upgrade to Ubuntu 22.04 LTS
Added by Keith Brautigam almost 2 years ago
After upgrading from Ubuntu 18.04 LTS to 22.04 LTS all OpenProject API "PATCH" calls fail with HTTP status code 503. All of the "GET" calls still work.
Here are some sample lines from Apache 2's "other_vhosts_access.log" file:
op:80 192.168.0.9 - - [09/Jan/2023:10:40:06 -0500] "GET /api/v3//work_packages/2448 HTTP/1.1" 200 8380 "-" "-"
op:80 192.168.0.9 - - [09/Jan/2023:10:40:06 -0500] "PATCH /api/v3//work_packages/2448 HTTP/1.1" 503 0 "-" "-"
The Mozilla explanation of 503 (https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/503) points to a service not running, but since "GET" works I suspect that the upgrade changed some folder permissions.
But I don't know what folders I should check.
Any suggestions are appreciated.
Thank you!
P.S. OpenProject version is 10.6.5. Database is PostgreSQL 9.6.24.