I am self hosting Appwrite and wanted to get the URL Shortener to work. Aside from some general errors (Wrong Scopes in the Template, Build Script needs to be manually adjusted to also include npm run setup), the template cannot establish a connection to the Database.
Does anyone have an idea what's missing? I am kinda expecting this to work without so much manual intervention.
URL Shortener Template does not work
These are the only options to set in the Function creation. The scopes are missing the "collection"-scopes, and the build script is missing a "&& npm run setup" call.
Recommended threads
- appwrite indexes not working (?
i have this index: ``` "indexes": [ { "key": "single-user-per-event", "type": "unique", ...
- [SDK] [Postman] Can't post to Users usin...
when trying to post to users I'm getting missing scopes and at the same time I'm getting an authorised scope How do I generate an API and get around this issue
- RowList: The value of total is coming as...
RowList: The value of total is coming as a String, so it throws an error because it’s not parsed into an int. Error: TypeError: \"37\": type 'String' is not a ...