Skip to content
Back

CreateRow is doing ListRows on self-hosted 1.9.5 Functions

  • 0
  • 1
  • Self Hosted
  • Functions
  • Databases
x
15 Aug, 2026, 13:55

setup

TypeScript
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?

TL;DR
User is running a function on self-hosted 1.9.5 Appwrite with node-appwrite "^27.1.0" and using createRow. However, the result is showing listRows and no database entry is created. Possible issue might be due to incorrect usage of createRow method.
x
15 Aug, 2026, 13:56
TypeScript
tablesDB.createRow({
              databaseId: "db_ID",
              tableId: "table_ID",
              rowId: ID.unique(),
              data: {},
          });
Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more