Hi @Dan_Herr,
The SMI needs to be executed within 5 sec. If that function is not returning data within 5 sec, you will see this error.
Make sure that your backend function should complete its execution within 5 seconds or it will timeout.
Return the data in JSON format
4 Likes