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 with Laravel Vapor, I got this error: "The specified queue does not exist for this wsdl version"
Vapor support suggested: "Seems like you are trying to send to a queue named "default" and that doesn't exist. Please don't specify a queue when dispatching jobs on Vapor."
Setting
'queue' => '',
instead of
queue' => 'default',
in config->webhook-server.php solved the problem.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When using with Laravel Vapor, I got this error: "The specified queue does not exist for this wsdl version"
Vapor support suggested: "Seems like you are trying to send to a queue named "default" and that doesn't exist. Please don't specify a queue when dispatching jobs on Vapor."
Setting
'queue' => '',
instead of
queue' => 'default',
in config->webhook-server.php solved the problem.
Beta Was this translation helpful? Give feedback.
All reactions