-
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to login and connect #7
Comments
Hi,
What error do you get? Could you access web service (i.e. http://localhost:8080)? Is there service up and running? Are there any errors in logs (docker logs for the service)? For the webSocket it should be Please share more information, especially logs and erros that you get. You could also try latest stable version (8.2.1) |
I'm not getting any error because i'm trying to login from the alert (screen attached) i don't know if http://localhost:8080/setup/ has the same credentials, anyway i can login in /setup with admin:admin
This is the log i don't if can be usefull |
I forgot that for the 8.2.1 i get |
For the main Web UI you should use admin credentials that you created during setup, ie. I checked the logs and it see that you are establishing the connection on WebSocket, but you are using incorrect hostname and you get the error
You configured Tigase to use BTW. which environment / cpu architecture do you use/run Tigase on? Startup time is quite high (it should be at best couple of seconds). |
Hi, glad you managed to solve it. I wrongly assumed you've ran the web-setup to configure the server but rather you pre-configured it. It should have create the admin account though, could you try setting
|
I'm trying to build a simple xmpp server just to learn. After the setup i'm not able to login in localhost:8080/admin.
This is the config.tdsl
I set all the username and passwords to admin:admin but i cannot login.
This is the docker-compose i used to start the server
The second problem is that i'm trying to use this server with angular and ngx-chat but i don't understand which is the url to connect to the webSocket. For localhost i'm using ws://localhost:5290 but it doesn't work.
How can i find the correct socket url?
Thank you in advance for the help.
The text was updated successfully, but these errors were encountered: