VR WidgetInteraction stopped working

I have a VR game where I recently implemented some form of multiplayer using a listen server. My VrPawn from the Vr Template uses a hand menu that should be clickable using the WidgetInteraction components. It stopped working, and I don’t know why (hover events are still fired though).

My InputEvents in the VrPawn:
image

My WidgetInteraction settings:
image

My PlayerController mouse settings:
image

My HandMenu Actor WidgetComponent settings:
image

I found a workaround: go to each button and change click method to “Mouse Down”
image

I have never touched that option before, so I don’t know why this is suddenly working (or why it stopped in the first place)