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
@alexsegura There has been a bug where user AND password authentication was not possible. You only need to remove the colon in your dsn string to fix your problem.
Symfony version(s) affected: 5.3.8
Description
I'm using Symfony Messenger with Redis transport (it's Redis 5.x), and when upgrading
symfony/redis-messenger
5.3.8, my current setup is broken.The errors are:
It used to work with the following configuration:
There are some changes between 5.3.7 and 5.3.8 that might explain the bug
symfony/redis-messenger@v5.3.7...v5.3.8
How to reproduce
Configure Redis transport with the following env var:
The text was updated successfully, but these errors were encountered: