- Ably FAQs
- Reactor Queues, Events and Firehose
- Reactor Events, Webhooks and Functions
-
Account billing and packages
-
General
-
Realtime API and client libraries
-
Troubleshooting
-
Channels
-
REST API and client libraries
-
Ably error codes
-
Account and app setup and configuration
-
Ably architecture, transports, and security
-
Performance and Redundancy
-
Push Notifications
-
Reactor Queues, Events and Firehose
-
Migrating to Ably from an existing service
-
Connections
Why isn't the channel regex in my Reactor Rule not working?
It's worth checking that you are correctly formatting the regex in your rule. If you want to trigger all channels that are prepended by public, you would want to set the channel filter as 'public.*' and not just the wildcard 'public*'. The latter will not trigger the rule.
It's also worth checking out our guide on debugging reactor rules or webhooks.
If you need any further help, please reach out on our support portal and we will be happy to assist you.