What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Hi when I try to run `vendor/bin/console setup:init-db` I get this error `PhpAmqpLib\Exception\AMQP

UM9F81RCP
UM9F81RCP Posts: 516 πŸ§‘πŸ»β€πŸš€ - Cadet

Hi
when I try to run vendor/bin/console setup:init-db I get this error

PhpAmqpLib\Exception\AMQPProtocolConnectionException - Exception: NOT_ALLOWED - access to vhost '/AT_dev_zed' refused for user 'admin'

Even though the VHost is created and the permissions are granted beforehand.

Any ideas?

Thanks

Comments

  • UQ958DA4U
    UQ958DA4U Posts: 232 πŸ§‘πŸ»β€πŸš€ - Cadet

    maybe the credentials in your config are wrong?

  • UQ958DA4U
    UQ958DA4U Posts: 232 πŸ§‘πŸ»β€πŸš€ - Cadet

    or you set them up in the wrong env?

  • UM9F81RCP
    UM9F81RCP Posts: 516 πŸ§‘πŸ»β€πŸš€ - Cadet

    Credentials are correct I try to login with the username/password and they are correct

  • Eugenia Poidenko
    Eugenia Poidenko Sprykee Posts: 145 πŸ§‘πŸ»β€πŸš€ - Cadet
    edited September 2020

    you might be able to sign in with them, but not access the vhost.

    look into the http://queue.spryker.local/#/users section to see which user has access to which vhost

  • UM9F81RCP
    UM9F81RCP Posts: 516 πŸ§‘πŸ»β€πŸš€ - Cadet

    actually I checked it and admin can access all of the virtual hosts I have 🀯