We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rule creation via NavProp _Box fails with 500 error.
We see something like below.
curl -i -X POST -H "Authorization:Bearer AR~GCR.....UeX5J3mReE0RxM" -d '{"Name":"rule1","Action":"log"}' 'https://testuser01.dev2.personium.io/__ctl/Box('box1')/_Rule' { "code": "PR500-SV-9999", "message":{ "lang": "en_US", "value": "Unknown Exception [44829]" } }
curl -i -X POST -H "Authorization:Bearer AR~GCR.....UeX5J3mReE0RxM" -d '{"Name":"rule1","Action":"log"}' 'https://testuser01.dev2.personium.io/__ctl/Box('box1')/_Rule'
{ "code": "PR500-SV-9999", "message":{ "lang": "en_US", "value": "Unknown Exception [44829]" } }
The text was updated successfully, but these errors were encountered:
shimono
No branches or pull requests
Rule creation via NavProp _Box fails with 500 error.
We see something like below.
The text was updated successfully, but these errors were encountered: