LuCI login broken in master?

I built a testing image (malta be32) from current master and proceeded to log in via Luci, but after accepting my password I see the error below.

Is this a known Luci issue? Has anyone else encountered this? @jow ?

The related directory/file seems to be there, although "luaindex.htm" is new I believe...

root@OpenWrt:/# find / -name admin_status -type d -exec ls {} \;
/usr/lib/lua/luci/view/admin_status
luaindex.htm
/usr/share/ucode/luci/template/admin_status
index.ut

Likely already fixed, unless you have ran into a new variant.
(Got broken 2 days ago, fixed yesterday)

If you still see the bug, check which exact LuCI revision hash you have?

LuCI commit history

2 Likes

Thanks for highlighting... overlooked that.

I was using a newer LuCI from https://github.com/openwrt/luci/commit/a5d21dadb but it missed the latest fix from several hours ago. Now working after updating.

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