ERROR: missing ; before statement (INVOCATION_WRAPPER$sys#23);

While running a plugin implementation, if this error appears in the execution log, check the API versions of both the plugin type and the plugin implementation. This error occurs when the two versions do not match.

For example, if the plugin type is set to API version 1.0 but your custom plugin implementation script uses version 2.0, this error will be triggered.

To resolve this, ensure that the API versions of both the plugin type and the plugin implementation are the same.

Leave a comment

Your email address will not be published. Required fields are marked *