CDXOriginal post
Web Developer
Get this ambiguous error when trying to push my function, it's TypeScript using NodeJS 18
? 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.
Summary
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.