gateway error
Closed this issue · 5 comments
last1forever commented
liuxyCN commented
i got same error
VeryCrazyDog commented
Try JavaScript
which capital S
.
paed01 commented
Scripts are executed with a default JavaScript handler that comes with the engine.
To debug where it goes wrong you could instrument the engine node module file /libs/JavaScripts using the good ol' console.log
. Another option is to make a copy of the file, add your own behaviour, and use as engine option scripts.
last1forever commented
The problem has been solved,thanks
paed01 commented
Great! Is there something you would like to add to the documentation just do a PR or just tell me.
Will you close the issue?