You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I've just deployed a Nuxeo container using this command:
docker run --name mynuxeo -d -p 8080:8080 nuxeo
Then, I added the UI addon by bashing into the container and running:
nuxeoctl mp-install nuxeo-web-ui-2.4.0
Now, I can access the login page of the UI, but when I input the default credentials, user: Administrator, password: Administrator, I don't get an Invalid username or password, as I do when I input other credentials, but I get redirected to the login page again without any feedback.
In the inspector, I can see a request to /ui returning a 401
I'm using Docker Toolbox, in case it's an issue with the host being the IP of the virtual machine instead of localhost.
What's the problem?
The text was updated successfully, but these errors were encountered:
Hello. I've just deployed a Nuxeo container using this command:
Then, I added the UI addon by bashing into the container and running:
Now, I can access the login page of the UI, but when I input the default credentials, user:
Administrator
, password:Administrator
, I don't get anInvalid username or password
, as I do when I input other credentials, but I get redirected to the login page again without any feedback.In the inspector, I can see a request to
/ui
returning a401
I'm using Docker Toolbox, in case it's an issue with the host being the IP of the virtual machine instead of localhost.
What's the problem?
The text was updated successfully, but these errors were encountered: