Open nradosevic opened 3 years ago
This is what happens when I use the phabricator Webhook test request.
However, when I add the comment to an existing revision I get a different error:
phabulous_1 | [GIN] 2021/06/24 - 01:46:21 | 200 | 502.714436ms | 172.22.0.1 | POST /v1/feed/receive
phabulous_1 | time="2021-06-24T01:46:21Z" level=error msg="json: cannot unmarshal object into Go struct field DifferentialRevision.reviewers of type []string"
Please add the following info when adding an issue:
I am running phabricator on my server and phabulous inside the docker container on the same machine.
Here's my docker-compose.yml:
And here is my config/main.yml:
I also created a webhook in phabricator that targets this URL to push notifications to Slack: http://localhost:8085/v1/feed/receive
However, when I try to test it I see the following error in phabulous docker log: