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
- Does appwrite supports increasing the va...
I am building a chat application where user message needs to increased on every row creation. For this is there any increament feature?
- Bulk operations on tables with relations
Hi, if I try to perform a bulk delete on a table with relations, I get this: `289 | if (((_b = response.headers.get("content-type")) == null ? void 0 : _...
- Tips for Debugging Appwrite Functions Lo...
Hi everyone! 👋 I have an Appwrite Function running locally with Docker, but I’m struggling to debug it because execution doesn’t reach the breakpoints I set. ...