Hello guys,
so i tested a node.js function in a selfhosted instance and in the cloud. Both versions invoke another function from a neighboured .js file. I used the starter-template two times for both versions. The cloud-version invoke the 2nd function with the help of the server SDK, but my selfhosted-instance got an error with an empty object. Is this a security restriction of the selfhosted version of appwrite?
TL;DR
Developers are experiencing an issue where a Node.js function in a selfhosted Appwrite instance is not invoking another function from a neighboring .js file, unlike the cloud version. It seems to be a security restriction of the selfhosted Appwrite instance.