personium / personium-core

Core module of Personium
https://personium.io
Apache License 2.0
88 stars 16 forks source link

Rule creation via NavProp _Box fails with 500 error #562

Open shimono opened 4 years ago

shimono commented 4 years ago

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]" } }