sevlaOriginal post
Web Developer
So I have a Appwrite running on docker, fresh install with all default settings.
I can create a new project, but when trying to create a new python function (hitting create at last step), it doesn't allow, and show a message "Server Error" in a modal.
Using "docker logs --tail 100 appwrite", the error is:
[Error] Message: {closure}(): Argument #10 ($entrypoint) must be of type string, null given, called in /usr/src/code/vendor/utopia-php/framework/src/App.php on line 531
Wonder if any adicional step is required?
Summary
Developers are trying to create a new Python function in Appwrite running locally with Docker but encounter a "Server Error" message. The error log indicates an issue with the entry point not being set. The solution is to ensure the entry point is properly configured when creating the function.