Technical manual
...
Debugging
Debugging in WSL on phone/headset
1 min
this section covers testing/debugging on phone/headset when engine stack hosted in wsl2 ubuntu on windows 11 ensure that your env local and database entries points to localhost open a location i e https //localhost 3000/location/apartment through windows 11 chrome it should work fine connect your device (currently tested on samsung s22 ultra) with pc and enabled usb debugging and access prompts as mentioned on "https //developer chrome com/docs/devtools/remote debugging" https //developer chrome com/docs/devtools/remote debugging once your device is connected, then you can see your device's browser tabs in pc's chrome as show in below image chrome //inspect/#devices device connected to pc chrome make sure the check boxes marked in below are checked remote devtool options click on "port forwarding" button and ensure you have entries as shown in below image also make sure to check the port forwarding checkbox in that modal port forwarding options once this is done and you have port forwardings having green circles before them which means forwarding is working as shown in below image port forwarding enabled navigate to https //localhost 3000/location/apartment in your device's browser on your pc you can inspect this and allow if you face any certificate errors as shown in below image remote debugging