Event handler not triggered after document is created

Are you looking for help?

This is a support forum for reporting issues related to Backendless services. Please note that due to our support policy we cannot provide you help with debugging your code, consulting in regards to any language or third-party library usage. For this kind of questions we recommend using more appropriate forums like Stack Overflow.

In order to suggest you a quality solution, we shall usually ask you to provide the details mentioned below first. Including them into your topic right away helps us to start investigating your issue much faster.

In case you have a suggestion or an idea, the details below are not always required, though still any additional background is welcome.

Backendless Version (3.x / 6.x, Online / Managed / Pro )

Scale plan

Application ID

4F036E66-2926-B11C-FF1F-741011904C00

Expected Behavior

Event handler triggered after document is created

Actual Behavior

Hi Team,

I have an Event Handlers (Codeless) that triggers after a document is created in a table.
I notice that the event handler is not triggered when I create the document using this url:
curl --location ‘https://eu-api.backendless.com/besApplicationId/BesRestApiKey/data/ArcolevRapportRequest
–data ‘{
“xxxx”: “yyyyy”
}’

and it is triggered by the following call:
curl --location ‘https://fakename.backendless.app/api/data/ArcolevRapportRequest
–data ‘{
“xxxx”: “yyyy”
}’
Any advice?

Reproducible Test Case

Please provide a simple code that could be run in a new clean app and reproduce the issue.

If the issue is more complex or requires configuration, please provide a link to a project on Github that reproduces the issue.

Hello, @Mkhafague.

Can you please provide simple steps to reproduce this issue?

Regards, Nikita.