When looking at the build runtimes of site to update from node22 to node24, i saw that unlike the Functions the Sites shows ALL build runtimes, even non-installed ones.
my runtimes :
functions:
runtimes: "node-22,node-24,python-3.12,php-8.3"
sites:
runtimes: "static-1,node-22,node-24"
(img1 is Sites, img2 is Functions)
also, the functions runtimes don't have icons, sad
would be nice if u can prefix self hosted issues with something like SH: or Self-Hosted: for its easier to group
oh, i though using the Thread badge/tag was enough, but ye i can add the prefix if it's better for you
<@493852865907916800> https://github.com/appwrite/appwrite/pull/12840
Recommended threads
- SITE QR CODE
THERE WAS NO SITE QR CODE AVALABEL : {"message":"The requested service is disabled. You can enable the service from the Appwrite console.","code":403,"type":"ge...
- [SOLVED] CreateRow is doing ListRows on ...
### setup ``` appwrite 1.9.5 self-hosted bun 1.3 node-appwrite 27.1.0 ``` ### issue Im running a function on a self hosted 1.9.5 with "node-appwrite": "^27.1.0...
- Local function execution results in HTTP...
Hi all, I'm trying to develop a new function on my Ubuntu 24.04 machine running the latest version of docker. I've read through the documentation to install and...