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?
Did you set the entry point?
Recommended threads
- MariaDB refuses to connect to appwrite
Earlier, I tried updating my Appwrite version from 18.1.x to the latest release because my Flutter package required it to function properly. I used the official...
- executeFunction intermittently throws Fo...
Environment: Flutter app using the Appwrite Flutter SDK, calling executeFunction for [describe endpoint, e.g. live-stream-related function]. *Description*: Int...
- Console display all Databases as TablesD...
While looking at an issue with <@1231860789355347971> we saw that the console was displaying ALL databases as `TablesDB` even if the real type in the API is `le...