Oculus Quest motion controller issue in 4.23

Hi, Im relatively new to VR development. Im trying to get a sample project working on the Oculus Quest. Im using the VR template, however when I run the side loaded project on the Quest, the motion controllers arent working properly. Only one hand is visible and its back to front i.e. the left motion controller is controlling the right hand. Also none of the buttons are working. I have it set up to package for Quest so that shouldn’t be an issue.

The only thing worth noting is that I previously tested with steam VR. The steam vr plugin was turned on by default when I created the project. I disabled it but now get the following error. Could this be causing the problem?

I managed to resole the issue. I did a combination of things:

  1. Updated to latest 4.23 patch
  2. Factory reset the Oculus Quest
  3. Set SteamVR launch by default to false
  4. Reinstalled a new clean version of the project

Not sure which one did the trick but its all working perfectly now