Broken Appwrite can’t make functions nor custom domain in settings
- 0
- Self Hosted
- Functions
- Databases
Hii guys, I was having this issue with my locally hosted Appwrite, I can’t create functions ( both template and manual), I can’t make a custom domain ( like in the Appwrite settings and yes my env file config is all correct) not matter what I do it fails with these errors: Function create errors: “ Server Error” and with inspect it was something with 500 error, then for domain it’s This domain name is not allowed please use a different domain. It’s hosted on Hetzner Appwrite 1.7.4. Please help as my product will not work without it
Recommended threads
- OAuth provider credentials reverting [CR...
Hi team, I’m experiencing repeated OAuth configuration resets in my Appwrite project. ## Issue 1 – Google OAuth credentials reverting * I configure my own Goog...
- cli broke with new varchar type??
``` appwrite types ./appwritetypes ℹ Info: Detected language: ts ℹ Info: Directory: ./...
- Unable to connect the git repo with appw...
I am trying to connect my existing repo with the appwrite functions. I have 2 functions in the same repo, and i was able to execute those through cli and its vi...