#got a huge error about a password for a default user
10 messages · Page 1 of 1 (latest)
[2023-08-30 19:50:40] production.ERROR: AUTH failed: ERR AUTH <password> called without any password configured for the default user. Are you sure your configuration is correct? [tcp://127.0.0.1:6379] {"exception":"[object] (Predis\Connection\ConnectionException(code: 0): AUTH failed: ERR AUTH <password> called without any password configured for the default user. Are you sure your configuration is correct? [tcp://127.0.0.1:6379] at /var/www/pterodactyl/vendor/predis/predis/src/Connection/AbstractConnection.php:132)
main error is here i think
@gleaming wing; You've set a password for Redis in the panel setup process, but there isn't one required for your Redis instance. To solve this issue, open your dotenv file, locate REDIS_PASSWORD and set it to REDIS_PASSWORD=null.
You can open dotenv file directly with nano /var/www/pterodactyl/.env. Refresh config cache with cd /var/www/pterodactyl && php artisan config:clear
[2023-08-30 19:57:28] production.ERROR: AUTH failed: ERR AUTH <password> called without any password configured for the default user. Are you sure your configuration is correct? [tcp://127.0.0.1:6379] {"exception":"[object] (Predis\Connection\ConnectionException(code: 0): AUTH failed: ERR AUTH <password> called without any password configured for the default user. Are you sure your configuration is correct? [tcp://127.0.0.1:6379] at /var/www/pterodactyl/vendor/predis/predis/src/Connection/AbstractConnection.php:132)
[stacktrace]
@gleaming wing; You've set a password for Redis in the panel setup process, but there isn't one required for your Redis instance. To solve this issue, open your dotenv file, locate REDIS_PASSWORD and set it to REDIS_PASSWORD=null.
You can open dotenv file directly with nano /var/www/pterodactyl/.env. Refresh config cache with cd /var/www/pterodactyl && php artisan config:clear
just done that
can anyone help please, could it be my database password for mysql maybe as the password is completely blank for it, thanks
are you using redis or mysql ?
i want to use mysql which i tried, im using the docs and my brain just dies even though i know a fair bit abt ubuntu and etc
anyone?