Cannot Log In to LibreTime

Greetings, I’ve just installed LibreTime and cannot login to manage the station. I’m using Debian 11 from Digital Ocean, I’ve pointed a qualified domain name to the Ip address using No Ip. I’ve opened port# 8000 and 8080 (Not sure if that was required).
I followed the instructions from this Install using the installer | LibreTime and used the “Git repository” method. Everything went well, no errors, no issues.

Describe the problem
After the installation is completed then I visite: 143.198.141.114:8080/
I could not log in
I’ve tried admin & admin that did not work so I went to the configuration file: sudo nano /etc/libretime/config.yml then saw that the username for the database was libretime hence I tried libretime & libretime as username and password, yet the issue persist so I copied the password found in the configuration file, but to no avail. I found an old post which advised to do this: [quote=“maxtimbo, post:2, topic:1232”]
sudo -u postgres psql airtime
[/quote]
I got an error because my database is called libretime so I’vr changed airtime to libretime and restart libretime. That created another issue now once I click on log in the error populate even before I get a chance to type anything.

To reproduce
Steps to reproduce the behavior.

  1. Go to 143.198.141.114:8080/
  2. Click on …
  3. Scroll down to …
  4. See error

Expected behavior
I was expecting to see the correct username & password from the following /etc/libretime/config.yml but their don’t work. Can someone help me? So I’ve just reinstalled LibreTime and did not mess with it, here is what I see in /etc/libretime/config.yml perhaps I don’t know where to look for it.

database:
  # The hostname of the PostgreSQL server.
  # > default is localhost
  host: localhost
  # The port of the PostgreSQL server.
  # > default is 5432
  port: 5432
  # The name of the PostgreSQL database.
  # > default is libretime
  name: libretime
  # The username of the PostgreSQL user.
  # > default is libretime
  user: libretime
  # The password of the PostgreSQL user.
  # > default is libretime
  password: 44jdG654Drvms4ULqGACF3ddxccKPpaV
rabbitmq:
  # The hostname of the RabbitMQ server.
  # > default is localhost
  host: localhost
  # The port of the RabbitMQ server.
  # > default is 5672
  port: 5672
  # The virtual host of RabbitMQ server.
  # > default is /libretime
  vhost: /libretime
  # The username of the RabbitMQ user.
  # > default is libretime
  user: libretime
  # The password of the RabbitMQ user.
  # > default is libretime
  password: 6Re2jPNXGva0lumdPaaRhAv6JyiEQ1DE

LibreTime version
unknow

if music is playing that means the issue was resolved.