Replies: 2 comments 1 reply
|
maybe the TransportNamesStamp is what you need |
|
Same issue on a personal Claude Max plan β no Team/Enterprise, no MDM, no admin blocklist. Claude in Chrome / Cowork automation returns "This site is blocked by your organization's policy" on every site. tomin-family.devbase.pro (my company CRM) Key facts that rule out a local/org policy: Personal Max, Org ID 51e470fd-2958-4722-8375-8c14824183df; there is no "Organization settings" / admin panel on my account. This is clearly the server-side org_policy:"block" misclassification described here. Please prioritize a fix or a user-facing whitelist β browser automation is currently 100% unusable. Support ticket also opened. |
Uh oh!
There was an error while loading. Please reload this page.
I have to handle Messages received from a 3rd party system.
On dev and preprod, no problem I listen on the 3rd party preprod queue.
But on prod I have to listen to the preprod queue (for testing purposes) and the prod queue for the ... real usage (different DSN etc.).
I thought about using the
when@prod:to add a transport on prod but I also need to know from which transport the message comes from to change behaviour depending on it..Should I make two differents handlers to detect the transport difference ?
Or is there a way i don't know yet to identify from which transport the Message is from ?
All reactions