I've got a function set up and i can execute it with the "Execute now" button, but when i try to access it via the domain XXXXXX.MY_DOMAIN it just gives me a 404 error. I deployed appwrite with coolify.
Do you have DNS records set up to point out that domain to your server? Do you have routing in place to route traffic to the appwrite stack?
I'm using cloudflare with a wildcard domain and it's resolving dns, just giving a 404 error on the page
I assume so, I was just hoping it works out of the box with coolify
What exactly does the error look like?
It may not be
It's just a cloudflare "404 page not found" but dns resolved to the ip address
Just looking for a way to configure routes in coolify
Ok i found the issue, yes i need to add the domains for the functions to coolify and as far as i'm aware wildcard domains aren't supported as of yet. Here is a link for people trying to find a solution as well: https://github.com/coollabsio/coolify/issues/2089#issuecomment-2175754105
Recommended threads
- Need help with createExecution function
Hi, Need some help understanding createExecution. When requesting function execution via createExecution, the function handler arguments are incorrect and rese...
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?
- Different appwrite IDs are getting expos...
File_URL_FORMAT= https://cloud.appwrite.io/v1/storage/buckets/[BUCKET_ID]/files/[FILE_ID]/preview?project=[PROJECT_ID] I'm trying to access files in my web app...