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
- Redirect from clicking team invite link ...
Hi all! Pretty new to app development in general so this might be something more generic than appwrite, but I've found (after reading the docs for the Teams API...
- Hosting Issues with Static IP not domain...
I have a machine with Static Public IP. I want to host Appwrite Site on it but I tried it but it doesn't allow IP addresses in Domain names. What should I do h...
- encrypt and decrypt buckets
I have a bucket where I switched from encryption to not encrypting files. I later realized that files already uploaded earlier stay encrypted. Now I have a buck...