Samagra-Development / Doc-Generator

Create PDFs from a variety of formats.
17 stars 45 forks source link

[ERROR] Rabitmq throws Error on Docker #176

Open 35C4n0r opened 8 months ago

35C4n0r commented 8 months ago

Upn following the sterps mentioned in the README.md and starting the dev server using yarn start:dev the server throws an error while connecting with Rabitmq, and checking the rabitmq/broker this is the error

PLAIN login refused: user 'username' can only connect via localhost

What is the solution for this, I'Ve already tried rabbitmqctl set_permissions -p / username ".*" ".*" ".*" that didn't work. `