LuCI issue -> ▲ Expecting: non-empty value

Hi

I see LuCI issue -> ▲ Expecting: non-empty value

http://example.org/cgi-bin/luci/admin/system/system


Screenshot 2023-01-04 at 09.13.54

How-To fix?

Select a design:

2 Likes

To add to @trendy's statement, it appears your /etc/config/luci contains no theme entries. In order to restore the bootstrap entries, run the following uci commands:

uci set luci.themes=internal
uci set luci.themes.Bootstrap='/luci-static/bootstrap'
uci set luci.themes.BootstrapDark='/luci-static/bootstrap-dark'
uci set luci.themes.BootstrapLight='/luci-static/bootstrap-light'
uci commit luci
3 Likes

thank you very much

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.