[PROMOÇÃO] Assine com + 30% de desconto ANUAL MENSAL (últimas horas)
Rafael Duardo
Criador Rafael Duardo 29/09/2022

Boa tarde, Carlos ao rodar o comando laravel-echo-server start dá o seguinte erro: obs: estou usando laradock e o redis tem senha

[ioredis] Unhandled error event: ReplyError: NOAUTH Authentication required.

    at parseError (/home/rafael/.nvm/versions/node/v16.14.2/lib/node_modules/laravel-echo-server/node_modules/redis-parser/lib/parser.js:179:12)

    at parseType (/home/rafael/.nvm/versions/node/v16.14.2/lib/node_modules/laravel-echo-server/node_modules/redis-parser/lib/parser.js:302:14)

[ioredis] Unhandled error event: ReplyError: NOAUTH Authentication required.

    at parseError (/home/rafael/.nvm/versions/node/v16.14.2/lib/node_modules/laravel-echo-server/node_modules/redis-parser/lib/parser.js:179:12)

    at parseType (/home/rafael/.nvm/versions/node/v16.14.2/lib/node_modules/laravel-echo-server/node_modules/redis-parser/lib/parser.js:302:14)

✔  Listening for redis events...

node:internal/process/promises:279

            triggerUncaughtException(err, true /* fromPromise */);

            ^

 

[UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "Redis could not subscribe.".] {

  code: 'ERR_UNHANDLED_REJECTION'

Manager Carlos Ferreira 29/09/2022

Olá, Rafael!
Tudo bem?

Quando você construiu o container do redis, o arquivo .env tinha a senha informada para ele?
docker-compose up -d --build redis

--

E sem senha, funciona normalmente?

Carlos Ferreira
Criador Rafael Duardo 29/09/2022

Sem a senha padrão do laradock o app não funciona e nem web socket

Rafael Duardo
Manager Carlos Ferreira 29/09/2022

No arquivo .env do Laravel, você informou a mesma senha?

----

Deixa sem senha, e reconstrua o container:

REDIS_PASSWORD=
(https://github.com/laradock/laradock/blob/master/.env.example#L409)

docker-compose up -d --build redis

Carlos Ferreira
Criador Rafael Duardo 29/09/2022

oi, carlos, sem a senha dá o mesmo erro:

RedisException  : NOAUTH Authentication required.

Rafael Duardo
Manager Carlos Ferreira 29/09/2022

Usa este outro setup aqui:

Habilitar o WSL2 (Windows): https://academy.especializati.com.br/aula/habilitar-o-wsl2-e-docker-no-windows

Instalar o Laravel 9: https://academy.especializati.com.br/aula/instalando-o-laravel-9

 

---

 

E também tem um curso completinho sobre o Laravel Sail: https://academy.especializati.com.br/curso/laravel-sail

Carlos Ferreira
Sabe a Solução? Ajude a resolver!

Precisa estar logado para conseguir responder a este ticket!

Clique Aqui Para Entrar!