SatinCake
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
- Having issues with login via CLI
``` ~/appwrite appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...