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
- Timed out waiting for runtime. Error Cod...
After setting up my ML project that uses deepface and tensorflow in appwrite functions I get the `Timed out waiting for runtime. Error Code: 400. ` error. I am...
- script "build" was terminated by signal ...
Heyo, For some reason, my Next.js 16.0.10 version does not build properly. Here is the last logs: ``` 1063 packages installed [22.54s] $ next build ⚠ No build...
- Bug: Cloud Function On Schedule Didn't R...
Heya I have a cloud function with this cron `0 17 * * *` to run at 9AM PT every day. I have not touched this since I set it up, and it has been working fine s...