I want to create an appwrite function which queries to database but i'm unable to access the database
I'm getting endpoint as "endpoint":"https://HOSTNAME/v1" although i'm setting it to : "https://cloud.appwrite.io/v1" which i think it should be.
Can you check if those are defined in appwrite.json settings file
There should be a key called variables under function object array
Yes it's there
I even tried setting them through the dashboard for this function under the environment variables
This error means client.setEndpoint() isn't being called
But how? I mean I'm using the generated index.js file from the appwrite create function command
That doesn't really matter. Look at the code and think about why client.setEndpoint() might not be called
Recommended threads
- How can I disable client-side account re...
Hi everyone! I’m currently building a game backend using Appwrite, and I’d like to prevent users from creating new accounts directly through the client. My go...
- relationships bug or error idk
hey every one, am using am using appwrite on a project and ran into a problem where by created a relationship and two way to be specific and it is stuck on proc...
- Domain is owned by a different organizat...
Hi Appwrite team, I'm trying to add my custom domain **futlive9.com** to my project, but I'm getting the error: "Domain is owned by a different organization." ...