Same problem ! under php 8 with wp engine !
When I add this filter. Here I deactivate everything that goes normally.
Okay I find the solution with a little CSS:
/*no zoom*/
.pswp--zoom-allowed .pswp__img {
cursor: -webkit-default;
cursor: -moz-default;
cursor: default;
}
.pswp__zoom-wrap {pointer-events: none;}
Great ! Thank you and good luck to find the fault