ServerCode: Backendless encountered an error while handling the request

I have a JS ServerCode API that has been running fine.
Just now it is starting to give this error message and a 500 error response:

Backendless encountered an error while handling the request. An internal trouble ticket with ID CAFA5531-C173-4FBE-FF36-C7D9DA1D6800 has been created and we will be investigating the issue.
java.util.concurrent.CompletionException: java.lang.RuntimeException: java.lang.IllegalArgumentException: ExecutionType for name ‘new’ wasn’t found.
java.lang.RuntimeException: java.util.concurrent.CompletionException: java.lang.RuntimeException: java.lang.IllegalArgumentException: ExecutionType for name ‘new’ wasn’t found.
at controllers.CustomServiceController.handleException(CustomServiceController.java:198)
at controllers.CustomServiceController.lambda$invokeLocalServiceMethod$6(CustomServiceController.java:171)
at java.base/java.util.concurrent.CompletableFuture.uniExceptionally(CompletableFuture.java:990)
at java.base/java.util.concurrent.CompletableFuture$UniExceptionally.tryFire(CompletableFuture.java:974)
at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1773)
at com.backendless.async.BackendlessExecutorService.lambda$execute$2(BackendlessExecutorService.java:160)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.util.concurrent.CompletionException: java.lang.RuntimeException: java.lang.IllegalArgumentException: ExecutionType for name ‘new’ wasn’t found.
at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315)
at java.base/java.util.concurrent.CompletableFuture.uniComposeStage(CompletableFuture.java:1194)
at java.base/java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:2309)
at controllers.CustomServiceController.lambda$invokeLocalServiceMethod$3(CustomServiceController.java:146)
at java.base/java.util.concurrent.CompletableFuture.uniComposeStage(CompletableFuture.java:1187)
at java.base/java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:2309)
at controllers.CustomServiceController.lambda$invokeLocalServiceMethod$4(CustomServiceController.java:137)
at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1150)
… 6 more
Caused by: java.lang.RuntimeException: java.lang.IllegalArgumentException: ExecutionType for name ‘new’ wasn’t found.
at controllers.CustomServiceController.handleException(CustomServiceController.java:198)
at controllers.CustomServiceController.lambda$invokeLocalServiceMethod$2(CustomServiceController.java:165)
at java.base/java.util.concurrent.CompletableFuture.uniComposeStage(CompletableFuture.java:1187)
… 12 more
Caused by: java.lang.IllegalArgumentException: ExecutionType for name ‘new’ wasn’t found.
at com.backendless.servercode.ExecutionType.getByNameIgnoreCase(ExecutionType.java:25)
at java.base/java.util.Optional.map(Optional.java:260)
at controllers.servercode.service.InvokeHostedService.invoke(InvokeHostedService.java:140)
at controllers.CustomServiceController.lambda$invokeLocalServiceMethod$2(CustomServiceController.java:156)
… 13 more

Nothing is showing in the RT Console
Is there a backendless issue causing this?

HI @Tony_Goodchild

We do not see any issue with CloudCode at this moment, all health checks are green.

It seems like an app-specific issue, could you please provide your appId and steps on how we can reproduce the issue?

Regards,
Vlad