Troubleshooting
Common issues and solutions when working with the Agentuity JavaScript SDK
This section covers common issues you might encounter when working with the Agentuity JavaScript SDK and provides solutions to help you resolve them.
Node.js Version Issues
Issue: Errors related to unsupported JavaScript features or syntax.
Solution:
- Verify your Node.js version meets the minimum requirement (v22+):
- If you're using an older version, upgrade Node.js:
- If you can't upgrade Node.js, consider using a transpiler like Babel to support newer syntax in older environments.
Getting Additional Help
If you're still experiencing issues after trying the troubleshooting steps above:
- Check the Agentuity documentation for updates and additional information.
- Join the Agentuity Discord to ask questions and get help from other developers.
- File an issue on the GitHub repository if you believe you've found a bug.