Unknown opened 2 years ago
|
|
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 tigase.txt |
|
I forgot that for the 8.2.1 i get Cannot create bean config 'push', type=tigase.push.PushNotificationsComponent. Bean requires unknown class/tigase/licence/LicenceCheckerUpdateCallback I red somewhere that this issue will be fixed in the 8.3. That's why i choosed that server version |
|
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). |
|
i tried admin@009ec9fa7e7b and I'm on a macbook pro (the most expensive one) |
|
I managed to solve my issue. I rebuilt the enviroment with an external mysql database and inspected the users table, the password was null I changed the password in the database and now is working. I can login in /admin and i can connect from the frontend with ngx-chat
|
|
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.