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
When using the resolve ability with symfony 4's advanced env settings I am getting this error
[LogicException]
The env "resolve:ENQUEUE_DSN" var is not defined
This is being thrown from Enqueue\Symfony\DefaultTransportFactory at line 160.
This appears to only be thrown when I try to use %env(resolve:ENQUEUE_DSN)% in the config. Using an environment variable without resolve works, but my use case requires a dynamic variable.
Is there any fix for this and has this been noticed before? I noticed there is a TODO: We'll have to come up with a better solution. on the method, I'm guessing this is related. If so, is there any progress on a solution at all?
The text was updated successfully, but these errors were encountered:
When using the
resolve
ability with symfony 4's advanced env settings I am getting this errorThis is being thrown from
Enqueue\Symfony\DefaultTransportFactory
at line160
.This appears to only be thrown when I try to use
%env(resolve:ENQUEUE_DSN)%
in the config. Using an environment variable without resolve works, but my use case requires a dynamic variable.Is there any fix for this and has this been noticed before? I noticed there is a
TODO: We'll have to come up with a better solution.
on the method, I'm guessing this is related. If so, is there any progress on a solution at all?The text was updated successfully, but these errors were encountered: