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
The installation process seems to go smoothly until it is time for first run after I run php artisan koel:init --no-assets, I get WARN Cannot connect to the database. Let's set it up. I try to enter the requested information to no avail. When I look at the DB logs I see the following message.
2025-01-24 16:09:32 3 [Warning] Aborted connection 3 to db: 'unconnected' user: 'unauthenticated' host: '172.21.0.3' (This connection closed normally without authentication)
The IP shown is the correct IP for the koel container, so they can see each other. So I am not sure what the problem is at this point. Here is how I create the 2 containers and network.
Right after that I type docker exec --user www-data -it koel bash to go into the container and run the php artisan koel:init --no-assets command to initialize and create the APP_KEY.
If I try to connect to the GUI interface on koel I see the following error message...
SQLSTATE[HY000] [1130] Host '172.21.0.3' is not allowed to connect to this MariaDB server (Connection: mysql, SQL: select * from `licenses` order by `created_at` desc limit 1)
Thanks in advance for any help!
The text was updated successfully, but these errors were encountered:
The installation process seems to go smoothly until it is time for first run after I run
php artisan koel:init --no-assets
, I getWARN Cannot connect to the database. Let's set it up.
I try to enter the requested information to no avail. When I look at the DB logs I see the following message.The IP shown is the correct IP for the koel container, so they can see each other. So I am not sure what the problem is at this point. Here is how I create the 2 containers and network.
Right after that I type
docker exec --user www-data -it koel bash
to go into the container and run thephp artisan koel:init --no-assets
command to initialize and create the APP_KEY.If I try to connect to the GUI interface on koel I see the following error message...
Thanks in advance for any help!
The text was updated successfully, but these errors were encountered: