Cockpit navigator storage error

After disconnected no longer iscsi device then suddenly occurred error in storage menu on Cockpit Navigator. Said “cannot open /etc/cockpit/disallowed-users”.So, I did following steps.
Edit to add user in /etc/cockpit/disallowed-users.
Restarted cockpit service.
Also, cleared browser cash.

Still shows storage error.
Menu of others are worked fine.
Do I need to reinstall cockpit?

No, you need to fix the config.

What is the error you are seeing after your fix?

Here is Error logs.

Failed to load resource: the server responded with a status of 404 (ERROR)
po.js:1

    Failed to load resource: the server responded with a status of 404 (ERROR)

system/logs:1 Refused to execute script from ‘https://192.168.10.40:9090/cockpit/@localhost/*/po.manifest.js’ because its MIME type (‘text/html’) is not executable, and strict MIME type checking is enabled.
system/logs:1 Refused to execute script from ‘https://192.168.10.40:9090/cockpit/@localhost/*/po.js’ because its MIME type (‘text/html’) is not executable, and strict MIME type checking is enabled.
storaged.js:8 TypeError: Cannot read properties of undefined (reading ‘localeCompare’)
at m (storaged.js:651:2639)
at storaged.js:651:2717
at Array.sort ()
at u (storaged.js:651:2705)
at v (storaged.js:651:2759)
at yi (storaged.js:651:3017)
at e0 (storaged.js:6:19539)
at oW (storaged.js:8:44067)
at ZT (storaged.js:8:39793)
at UQ (storaged.js:8:39721)
dy @ storaged.js:8
storaged.js:8 Uncaught TypeError: Cannot read properties of undefined (reading ‘localeCompare’)
at m (storaged.js:651:2639)
at storaged.js:651:2717
at Array.sort ()
at u (storaged.js:651:2705)
at v (storaged.js:651:2759)
at yi (storaged.js:651:3017)
at e0 (storaged.js:6:19539)
at oW (storaged.js:8:44067)
at ZT (storaged.js:8:39793)
at UQ (storaged.js:8:39721)

Suggest that you raise a bug against this problem with the details in your reply.
(This looks important because its MIME type (‘text/html’) is not executable, and strict MIME type checking is enabled)

See Using Bugzilla :: Fedora Docs

Created Redhat account.
Difficult to raise report. How do I create.

I thought the docs I linked to explained?

On this page https://bugzilla.redhat.com/ click the file bug like and follow the info in the docs.

Hello @tamoto ,
Welcome to :fedora: !
This is cockpit you are talking about? You had an external storage device that is no longer plugged in? Perhaps your /etc/fstab needs a line commented out for the external mount point.

External outdated mount point on /etc/fstab was commented out before.
Are there any services to be restarted.

Finally, reboot fed 39 and recovered storage function of cockpit.

Shiro Tamoto