chromium works for me on linux - nixos.
I had to add my user to dialout group. You can do it like this:
sudo usermod -a -G dialout USER
let me know, if it helps :)
chromium works for me on linux - nixos.
I had to add my user to dialout group. You can do it like this:
sudo usermod -a -G dialout USER
let me know, if it helps :)
I just used the CLI to do it.