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
- 1:1 relationship doesn’t sync after re-a...
Hi, I’m trying to use a two-way one-to-one relationship. It works fine when I create a record with the relationship set, and it also works when I unset it. But ...
- Failed to create function
Hey everyone 👋 I'm having an issue creating Functions on Appwrite Cloud and I'm not sure if it's a platform bug or something wrong in my project. When I try t...
- Upsert with setting permissions
Hi there, I am using self-hosted appwrite v1.7.4 and trying to use the bulk update stuff that was released with 1.7.x. Unfortunally I found that there is an ser...