openmediavault no login

  • I have the same issue - my /var/www/openmediavault/extjs6 folder doesn't exist, so the ExtJs 6 references in the source are all 404ing. How do I get these files?? (I'm on 3.0.79)

    you need to

    Code
    apt-get remove libjs-extjs5
    apt-get install --reinstall libjs-extjs6
    apt-get install --reinstall openmediavault
    rm /var/cache/openmediavault/*.json
    service nginx stop
    cp /etc/nginx/sites-available/openmediavault-webgui /etc/ninx/sites-enabled/openmediavault-webgui
    service nginx start


    file /etc/nginx/sites-enabled/openmediavault-webgui
    the change is


    Code
    location /extjs/ {
            alias /usr/share/javascript/extjs6/;
        }


    to this



    Code
    location /extjs6/ {
            alias /usr/share/javascript/extjs6/;
            add_header 'X-UA-Compatible' 'IE=Edge;chrome=1';
        }

    after change stop and start service nginx

  • I am having the same issue, i will try the same procedure and post back if i have any success or failure.
    Did not work with the steps in this thread, however i used omv firstaid with steps 8 & 9 from this thread and it logged in for now, we'll see if it will last or give me the same issue later.


    Edit: did not last, same problem.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!