Android Octoprint not being able to connect through GUI

I have a Samsung J6 orbit phone I am using to connect to my CR-6SE printer, the phone sees the printer through the Octo App, but I am unable to connect through the browser octoprint dashboard.

I have tried drivers, even connected the printer to my Windows 10 and it works with Cura Pronterface, and creality slicers all see the printer.

I am using Baudrate 115200 as that seems to be the idela setting according to all the reading I have done thus far.

I am not the most savvy computer guy, so if you got a thought, I will try anything as I work in an area where there are no phones, but I wanna check on my prints via the browser.

LOG:

Changing monitoring state from "Offline" to "Detecting serial connection"
Performing autodetection with 2 port/baudrate candidates: /dev/ttySAC1@115200, /dev/ttySAC2@115200
Trying port /dev/ttySAC1, baudrate 115200
Unexpected error while connecting to serial port /dev/ttySAC1, baudrate 115200 from hook GPX: PermissionError: '[Errno 13] Permission denied: '/dev/ttySAC1'' @ comm.py:_open_serial:3775
Could not open port /dev/ttySAC1, baudrate 115200, skipping
Trying port /dev/ttySAC2, baudrate 115200
Unexpected error while connecting to serial port /dev/ttySAC2, baudrate 115200 from hook GPX: PermissionError: '[Errno 13] Permission denied: '/dev/ttySAC2'' @ comm.py:_open_serial:3775
Could not open port /dev/ttySAC2, baudrate 115200, skipping
Changing monitoring state from "Detecting serial connection" to "Error"
Changing monitoring state from "Error" to "Offline after error"
Changing monitoring state from "Offline" to "Detecting serial connection"
Performing autodetection with 2 port/baudrate candidates: /dev/ttySAC1@115200, /dev/ttySAC2@115200
Trying port /dev/ttySAC1, baudrate 115200
Connecting to port /dev/ttySAC1, baudrate 115200
Unexpected error while connecting to serial port /dev/ttySAC1, baudrate 115200 from hook default: SerialException: '[Errno 13] could not open port /dev/ttySAC1: [Errno 13] Permission denied: '/dev/ttySAC1'' @ comm.py:_open_serial:3775
Could not open port /dev/ttySAC1, baudrate 115200, skipping
Trying port /dev/ttySAC2, baudrate 115200
Connecting to port /dev/ttySAC2, baudrate 115200
Unexpected error while connecting to serial port /dev/ttySAC2, baudrate 115200 from hook default: SerialException: '[Errno 13] could not open port /dev/ttySAC2: [Errno 13] Permission denied: '/dev/ttySAC2'' @ comm.py:_open_serial:3775
Could not open port /dev/ttySAC2, baudrate 115200, skipping
Changing monitoring state from "Detecting serial connection" to "Error"
Changing monitoring state from "Error" to "Offline after error"

your android install doesn't have permission to access the port.

any guidance on how to fix it??