Common Errors
Workspace limit reached
Your account has reached the maximum number of workspaces your plan allows you to own. Either delete a workspace you no longer need or upgrade to a plan with a higher workspace allowance.
Member limit reached
The workspace has reached the maximum number of members allowed on the current plan. Remove an existing member or upgrade the workspace's plan to invite more collaborators.
Checklist not completing
If the strategy still cannot be saved, check the checklist in SMITH. Common blockers are:
- No initial state
- Fewer than two states
- A state has no outgoing transitions
- Strategy activation settings need attention
- A legacy trigger still needs upgrade
Data source is active but no events arrive
If the source exists but your strategy is still not receiving data:
- Verify the webhook URL is the one generated by FORJ.
- Verify the secret token is included correctly.
- Confirm the provider is actually sending requests.
- Re-run the mapping test in the source configuration if you recently changed the payload shape.
"Invalid token" on webhook
The token sent by the provider does not match the one FORJ generated for the data source. Copy the token again from the source details and update the external provider.
Strategy not processing events
If a strategy is enabled but nothing happens:
- Confirm the data source is still Active.
- Confirm the strategy is subscribed to the correct stream in Subscribing Strategies to Streams.
- Confirm the relevant transitions use triggers that match the arriving event type.
- If the strategy receives events but never changes state, inspect guards and actions rather than the subscription layer.
Alerts not arriving
If a strategy alert definition exists but you are not receiving notifications:
- Confirm an alert subscription matches the alert kind and severity.
- Confirm the definition allows the delivery channel you expect.
- Check Alert Activity to see whether the alert triggered and whether delivery failed later.
Strategy disabled because of an infinite transition loop
FORJ disables strategies that contain an endless always-trigger cycle.
To fix it:
- Open the strategy in SMITH.
- Use the checklist and transition inspector to find the loop.
- Replace at least one always-transition in the cycle with an event-based or properly guarded path.
- Save the strategy.
- Re-enable it from HEARTH.