Hi, I built myself a new image from master and I have a problem with LuCI.
Attempting to access the address http://192.168.1.1/cgi-bin/luci/ ends with an error.
Runtime error
Unhandled exception during request dispatching
/usr/lib/lua/luci/ucodebridge.lua:14: /usr/lib/lua/luci/template.lua:108: Failed to load template 'admin_status/index'.
Error while parsing template '/usr/lib/lua/luci/view/admin_status/index.htm':
No such file or directory
In h(), file [C]
called from function [anonymous function] (/usr/lib/lua/luci/ucodebridge.lua:14)
called from function ((tail call))
In [anonymous function](), file /usr/share/ucode/luci/runtime.uc, line 138, byte 45:
called from function [arrow function] (/usr/share/ucode/luci/dispatcher.uc:778:70)
called from function render ([C])
called from function render_action (/usr/share/ucode/luci/dispatcher.uc:768:24)
called from function run_action (/usr/share/ucode/luci/dispatcher.uc:779:4)
called from function [anonymous function] (/usr/share/ucode/luci/dispatcher.uc:993:48)
called from anonymous function (/www/cgi-bin/luci:39:12)
` return lcall.call(modname, method, ...args);`
Near here ----------------------------------------^