You have list ports in the config interface section. That does not work, a list of (bridged) ports needs to be in a separate bridge section-- or you can attach an interface to a single device, as wan is.
lan is usually set up as a bridge so that the (admittedly lame) Pi wifi and/or a USB ethernet port can be easily added later.
For a bridge you need to declare the bridge and its ports separately:
config device
option name 'br-lan'
option type 'bridge'
list ports 'eth0.10'
Then the option device of interface lan is br-lan
There's also a typo in the wan name.
i manually typed it up lol. i had a previous post where i was told i didnt need the config device because im using vlan trunking to talk to the edgerouter x, but ill toss it in and see how it goes!