Hi everyone,
I'm wondering how to add Lianja extensions to server-side code? In a desktop app you put the dll in the lianja/extensions folder and modify extensions.ini. My extension in there works fine if you run my app as a desktop app. I've done the same thing for lianja/cloudserver/tenants/public/extensions but it doesn't seem to work for me when I preview my app in browser. Is there something extra I should be doing?
For reference, in my little test app I have a little proc called testextension.prg which when called creates an object from the extension and returns "successful" if it worked. I then call that on a commandbutton click with Lianja.evaluate() in my app. On desktop this works and "successful" is returned but in a webapp it spits out the page not found error in the browser console which as I understand it simply means "something went wrong and your call didn't work".
Any help would be greatly appreciated,
Ryan
Bookmarks