I faced exactly same issue but then i moved the @ApiBearerAuth() annotation to function level in a controller instead of top level. It worked.