Can't access OpenWrt web gui LUCI

Thank you!

I did several hard resets and got it setup now the way it used to (sort of) and i do notice that not every interface that is setup can be accessed through the GUI.

I have setup VLAN 1 on the WAN port (eth0) to connect to the edge router (because i need all 4 LAN ports) with IP 192.168.1.150 again. This i can´t access through the GUI. I have also setup a bridge for the wireless and VLAN 1 and this does provide access to the GUI.

Still not sure what i am doing wrong here but at least i now always have access on VLAN 10 (so far)

config interface 'loopback'
        option ifname 'lo'
        option proto 'static'
        option ipaddr '127.0.0.1'
        option netmask '255.0.0.0'

config globals 'globals'
        option ula_prefix 'fd10:ff54:b415::/48'

config switch
        option name 'switch0'
        option reset '1'
        option enable_vlan '1'

config switch_vlan
        option device 'switch0'
        option vlan '1'
        option vid '1'
        option ports '0t 3 5t 6t'

config switch_vlan
        option device 'switch0'
        option device 'switch0'                                                                                        
        option vlan '1'                                                                                                
        option vid '1'                                                                                                 
        option ports '0t 3 5t 6t'                                                                                      
                                                                                                                       
config switch_vlan                                                                                                     
        option device 'switch0'                                                                                        
        option vlan '2'                                                                                                
        option vid '10'                                                                                                
        option ports '0t 4 5t'                                                                                         
                                                                                                                       
config interface 'Management'                                                                                          
        option proto 'dhcp'                                                                                            
        option ifname 'eth0.10'                                                                                        
                                                                                                                       
config switch_vlan                                                                                                     
        option device 'switch0'                                                                                        
        option vlan '3'                                                                                                
        option vid '20'                                                                                                
        option ports '0t 1 2 5t 6t'                                                                                    
                                                                                                                       
config interface 'IoT'                                                                                                 
        option proto 'dhcp'                                                                                            
        option ifname 'eth0.20'                                                                                        
        option type 'bridge'                                                                                           
                                                                                                                       
config switch_vlan                                                                                                     
        option device 'switch0'                                                                                        
        option vlan '4'                                                                                                
        option vid '30'                                                                                                
        option ports '0t 5t'                                                                                           
                                                                                                                       
config interface 'GUESTS'                                                                                              
        option proto 'dhcp'                                                                                            
        option ifname 'eth0.30'                                                                                        
        option type 'bridge'                                                                                           
  config interface 'EDGE'                                                                                                
        option proto 'static'                                                                                          
        option ifname 'eth0.1'                                                                                         
        option ipaddr '192.168.1.150'                                                                                  
        option netmask '255.255.255.0'                                                                                 
        option gateway '192.168.1.1'                                                                                   
        option dns '192.168.1.4'                                                                                       
                                                                                                                       
config interface 'Wireless'                                                                                            
        option type 'bridge'                                                                                           
        option ifname 'eth0.1'                                                                                         
        option proto 'static'                                                                                          
        option ipaddr '192.168.1.155'                                                                                  
        option netmask '255.255.255.0'                                                                                 
        option gateway '192.168.1.1'

Switch%20Netgear%2029th option dns '192.168.1.4'