Description
Your Environment
- Version used: AUR 12.0.1->
- Operating System and version: Garuda Linux (Arch Linux)
- Desktop Environment: Cinnemon
OpenProject Server
- docker version 15
- nginx Proxy Manager latest
- nginx config:
proxy_set_header X-Auth-Token $http_authorization;
proxy_set_header Authorization "";
Because OpenProject seems to use the x-Auth-Token via API. The bearer or the basic Authentication doesn't work from super productivity.
Expected Behavior
Connect to Openproject
Current Behavior
Statuscode 422 Unprocessable Content
If I use https://project.19topgun93.de/api/v3/projects/1/work_packages in the Browser, returns a list. Maybe the ?query is wrong?
with the fulllink, I have in the browser the same error then below.
Steps to Reproduce (for bugs)
In superproductivity
1.configure host
2.Then the token of OpenProject
3.The Projek ID
4.And then test it
Can you reproduce this reliably?
Yes every time
Console Output
{"_type":"Error","errorIdentifier":"urn:openproject-org:api:v3:errors:MultipleErrors","message":"Multiple field constraints have been violated.","_embedded":{"errors":[{"_type":"Error","errorIdentifier":"urn:openproject-org:api:v3:errors:InvalidQuery","message":"Subject or id can't be blank. and is invalid."},{"_type":"Error","errorIdentifier":"urn:openproject-org:api:v3:errors:InvalidQuery","message":"Author filter has invalid values."}]}}