I'm trying to do
flux bootstrap bitbucket-server \                                                                                                                  ✱
  --token-auth \
  --hostname=bitbucket.org \
  --owner=akhateeb \
  --username=akhateeb22 \
  --repository=flux-fleet \
  --branch=main \
  --path=apps \
  --personal true
but I'm getting the following error:

Any idea what does this error mean and how to get rid of this problem?