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
I have put nuve_host, http_port, service.id and service.key in the config file as per instructions.
After the running the server I navigate to localhost:5454/admin which gets redirected to localhost:5454/admin/login
I am entering theservice.id and service.key to loginand after which I get redirected to localhost:5454/admin with a message Express 500 Protocol not supported.
Am I missing something ?
Please note that I am running the demos on a windows machine and the Licode server is running on a remote machine.
The text was updated successfully, but these errors were encountered:
arsenicraghav
changed the title
The demos keep redirecting to the login page -- Demos don't run as described
The demos keep redirecting to the /admin page -- Demos don't run as described
Jul 31, 2017
I had the same problem: after authenticating at /admin/login, an error 500 was returned.
The problem was the nuveHost definition in config.js: it should be something like:
http://<hostname>:3000/
I am following the instructions in the README.md
I have put
nuve_host, http_port, service.id and service.key
in the config file as per instructions.After the running the server I navigate to
localhost:5454/admin
which gets redirected tolocalhost:5454/admin/login
I am entering the
service.id and service.key to login
and after which I get redirected to localhost:5454/admin with a message Express 500 Protocol not supported.Am I missing something ?
Please note that I am running the demos on a windows machine and the Licode server is running on a remote machine.
The text was updated successfully, but these errors were encountered: