How do I actually get the URL Shortener Function to work, it doesn't see anything I put inside the collection and the docs for it doesn't state whats supposed to be there
TypeScript
https://github.com/appwrite/templates/tree/main/node/url-shortener
TL;DR
Developers are having trouble getting the URL Shortener function to work as it's not recognizing anything in the collection. Documentation does not provide clear instructions on what is needed. A possible solution is to check the formatting and content of the data being inputted into the function.Recommended threads
- MariaDB refuses to connect to appwrite
Earlier, I tried updating my Appwrite version from 18.1.x to the latest release because my Flutter package required it to function properly. I used the official...
- executeFunction intermittently throws Fo...
Environment: Flutter app using the Appwrite Flutter SDK, calling executeFunction for [describe endpoint, e.g. live-stream-related function]. *Description*: Int...
- Console display all Databases as TablesD...
While looking at an issue with <@1231860789355347971> we saw that the console was displaying ALL databases as `TablesDB` even if the real type in the API is `le...