I have a server side script that simply tries to get the ID of a user by querying their email address against the system/user api.
the code simply does this:
var filterdata = {filter:“email=‘emailaddress@domain.com’”};
var _result = platform.api.get(“system/user”,filterdata);
This causes Swagger to delay for a few seconds then redraw its screen corrupted.
I’ve even tried removing the query to see if that helps, it doesn’t.
In fact, any call to a “system” api gives this effect, despite them working as api calls in swagger…
I can also call system api calls remotely as well, so theres no problem with the system api calls themselves.
It just seems to be when calling them from a server-side script…
Same here.
Any text in Server-Side script, even just a comment, crashes my dsp the same as you described.
Looking forward to the new release, if it fixes the issue
Sorry this took a little while to reply, been very busy since the Christmas break.
Are the logs you are asking for in the apps/dreamfactory/htdocs/logs folder?