error when I add a custom event to a rule
- January 3, 2024
- 2 replies
- 1427 views
Hi,
I want to add a custom event to an existing rule. I receive an error message (see screenshot):
An unknown error has occurred. Details: { "lensCode": "generalError", "dateTime": "Wed Jan 03 2024 10:20:34 GMT+0100 (Midden-Europese standaardtijd)", "message": "An unknown error has occurred.", "urlAtTimeOfError": "https://experience.adobe.com/solutions/reactor-lens/tags/companies/COc33ec1d47df04290afeeb05739816a22/properties/PRbc4bfefb3fa841079d2e5cf1c1729be4/rules/RLcca86d882f474537b9a741b694bbe09d?lens_env=prod", "networkResponse": { "headers": { "cache-control": "no-cache", "content-type": "application/vnd.api+json" }, "status": 409, "statusText": "Conflict", "type": "cors", "url": "https://reactor.adobe.io/properties/PRbc4bfefb3fa841079d2e5cf1c1729be4/rule_components", "textBody": "{\"errors\":[{\"id\":\"5e8d8611-f6b4-4add-955d-d828a2c1220c\",\"code\":\"invalid-rule\",\"title\":\"Invalid rule\",\"detail\":\"has maximum number of rule components\",\"meta\":{\"request_id\":\"TdJFmitu5qqgESpM1E609PBskxkokJch\"},\"source\":{\"pointer\":\"/data/attributes/rule\"}}]}", "body": { "errors": [ { "id": "5e8d8611-f6b4-4add-955d-d828a2c1220c", "code": "invalid-rule", "title": "Invalid rule", "detail": "has maximum number of rule components", "meta": { "request_id": "TdJFmitu5qqgESpM1E609PBskxkokJch" }, "source": { "pointer": "/data/attributes/rule" } } ] } } }
This states the following: "has maximum number of rule components", is there a limit of events in a rule?
Hopefully someone can help me.
Thank you in advance.