On a local Airbyte deployment managed by abctl, clicking "Install" on a custom connector from the Settings page threw a 403 Forbidden error. The airbyte-server logs showed the request getting rejected even though the user had a valid token and the deployment was fully local. An Airbyte maintainer identified this as a known bug in the local deployment path and pointed to a fix that shipped in abctl 0.28. The user upgraded abctl, reinstalled the local deployment, and the custom connector installed without the 403. The user explicitly confirmed the upgrade fixed it.