I have self-hosted v1.8.1 and I am using an Appwrite function with node-appwrite v22.
When I call the createVarcharColumn() in my server function I get this exception:
"AppwriteException: Route not found. Please ensure the endpoint is configured correctly and that the API route is valid for this SDK version. Refer to the API docs for more details."
Why isn't createVarcharColumn() available in 1.8.1 self-hosted?
TL;DR
Issue: Developer is receiving an exception "Route not found" when calling createVarcharColumn() function on v1.8.1 self-hosted with node-appwrite v22.
Solution: The createVarcharColumn() function might not be available in the v1.8.1 self-hosted version. Check the API documentation for the correct endpoint or consider updating the Appwrite installation to access this function.