Uncaught TypeError: Cannot read property 'invoke' of undefined

Hi,
I am using standalone backendless server 3.0.0-24. I have generated JS client for my hosted service.
I get this error:

Uncaught TypeError: Cannot read property 'invoke' of undefined

As far I can tell the backendless client that is loaded does not contain implementation for Backendless.CustomServices. It is undefined.

Hi Ahmed,

Support is out of scope of standalone version. You can try to reproduce this issue in online version.

Regards,

Denys

Meanwhile I found backendless npm library which works. I will use that.