Can't find Port menu on Arduino Web Editor

Same here, I can't select the port. It says "Select Other Board & Port" but I can only select a different board. Help.

Ducky-Entertainment

"Mee Too" has very little detail.

Could you take a few moments to Learn How To Use The Forum.
It will help you get the best out of the forum as a whole.

Bob.

I had the same issue on my MAC: I saw my board connected but I could not upload any code. After some unsucessful search in the forums, I decided to investigate myself; Here is what I found and what worked for me:

first I checked if the port was available:

(base) MacBook-Pro-de-Andreas:~ andreas$ ls /dev/usb
/dev/cu.usbserial-1410 /dev/tty.usbserial-1410

Note: you see the port only if the board is plugged in (no reboot needed as suggested in some other answers)

then, select the correct port in the arduino web editor:

click the drop-down for selecting the board: DONT use the option "Select other Board&Port"
but just select the option above listing the available port

in my case "Arduino Uno at /dev/cu.usbserial-1410"

after that selection, my upload worked fine :smiley: