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
See https://github.com/iron-io/iron_mq_php#branches
You do need version 2.x. Library version 4.0.0 intended to be used in conjunction with IronMQv3 which consumes own token/project_id combinations
Has Iron done something which has permanently broken the Laravel 4.2 queue stuff, because I cannot get this to work any more on either IronMQ V2 or V3 queues.
I only ever get the error message in the original post, when I either try to add a queue subscriber or push anything to the queue. I've tried V1.* and V3.* of the library and no difference. I've checked my Laravel queue config values are correct, they appear to tie up with my Iron queues.
I notice on the Iron site I can no longer go to settings for a V2 queue. but as I say I've tried this with a V3 queue and the appropriate library version and still no good.
What am I missing?
Edited to add: This was working fine until 2-3 weeks ago.
Recently we've update library to version 4.0.0
We've modify the code with:
// The call looks like
but the system response:
IronCore\HttpException Object ( [message:protected] => http error: 401 | {"msg":"Invalid project/token combination"}
What is happening?
Thanks
The text was updated successfully, but these errors were encountered: