we have a website that is hosted locally (in php) ...
# suitetalkapi
m
we have a website that is hosted locally (in php) that calls a Restlet and works perfectly fine. We are trying to move it to a cloud-based web hosting platform. On testing, we're seeing this error:
org.mozilla.javascript.EcmaError: SyntaxError: Unterminated string literal (INVOCATION_WRAPPER$sys#24
). - it's not even hitting the first line of the Restlet code which is a log.debug statement. In NS can we see the request that comes in?