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
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Paused project can't activate
I have failed to reactivate one my projects which had been paused
- Site deployment keeps getting failed
Hi good folks, need a hand with Sites deploy Error on every deploy: Synchronous function execution timed out... duration doesn't exceed 30 seconds [exact log ...