Bitbucket cloud author always empty

The Author name doesn’t show up in the title bar of a build from bitbucket cloud.

My docker run command

docker run \
  -v /var/lib/drone:/data \
  -e DRONE_BITBUCKET_CLIENT_ID=ID_HERE \
  -e DRONE_BITBUCKET_CLIENT_SECRET=SECRET_HERE \
  -e DRONE_RPC_SECRET=SECRET_HERE \
  -e DRONE_SERVER_HOST=example.com \
  -e DRONE_SERVER_PROTO=https \
  -e DRONE_USER_FILTER=some_org \
  -e DRONE_USER_CREATE=username:mjarkk,machine:false,admin:true \
  -p 127.0.0.1:12080:80 \
  -p 127.0.0.1:12443:443 \
  --restart always \
  -d \
  --name drone \
  drone/drone:2

I’ve replaced DRONE_BITBUCKET_CLIENT_ID, DRONE_BITBUCKET_CLIENT_SECRET, DRONE_RPC_SECRET, DRONE_SERVER_HOST, DRONE_USER_FILTER with placeholders