I'm getting this error since i upgraded my worklight developer edition to v5.0.6:
wlclient init started worklight.js:1118
Uncaught ReferenceError: wlInitOptions is not defined
I'm getting this error since i upgraded my worklight developer edition to v5.0.6:
wlclient init started worklight.js:1118
Uncaught ReferenceError: wlInitOptions is not defined
Look inside your application's js folder (yourProject\apps\yourApp\common\js). Make sure it contains an initOptions.js file and that its content is as follows (you can also create a new application and copy the file from there):
In addition, the HTML file must not contain a call to WL.Client.init in the
<body>
tag. It should look like this: