
Get this ambiguous error when trying to push my function, it's TypeScript using NodeJS 18
TypeScript
? Which functions would you like to push? get-grades (get-grades)
ℹ Info: Validating functions ...
ℹ Info: Checking for changes ...
ℹ Info: Pushing functions ...
✗ Error • get-grades (get-grades) • Server Error
✗ Error: No functions were pushed.
TL;DR
Developers experiencing a server error when pushing a TypeScript function on NodeJS 18 project. Deleting the function on the web console and then pushing it again seems to resolve this issue as a possible workaround. This issue does not occur with JavaScript functions.
For context this doesn't happen with JavaScript functions tho I followed this template https://github.com/appwrite/templates/tree/main/node-typescript

Seems like deleting the function on the web console and then pushing it worked
Recommended threads
- Network error when attempting to fetch r...
Hi, I am trying to modify some database data in the console for testing but keep getting this error. I am on the appwrite cloud and have already tried clearing ...
- Having errors migrating to cloud
Project will not migrate compeltely
- Appwrite realtime stopped working all of...
In our production environment, Appwrite Realtime suddenly stopped working and no updates are coming through , can you confirm if there are any known issues?
