Rank 2: Process
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",
doing createRow
then printing to log the createRow result
the result is showing listRows and no entry on the database is created :/
what could be the possible issue?