Exactly
Nope
What you mean? Where you get the error
My but appwrite dashboard as endpoint as http://143.110.240.5/v1
Iam not getting any error
Where you see this address?
In my appwrite dashboard
Where projectid and api endpoint present
In this URL?
https://api.printfc.in/login iam redirecting to appwrite dashboard
If your Appwrite is accessible through this url https://api.printfc.in/v1 without SSL errors (which it is right now) then you can use it as your endpoint
Of course
I'm a bit lost Where is the error right now?
https://api.printfc.in/v1 it's not working now
Where?
Not opening anything
The api endpoint will return empty if you don't send any information You can check this URL for example to get current user (you in this case) information https://api.printfc.in/v1/locale
When you want to contact the API you can use either one of the SDKs, REST or GraphQL
Can you help me with one thing I will give access to everything of my project could you please do it
wym?
Can you complete my project
I don't got you?
Can you deal with this errors
What errors?
Ok
Nothing
Recommended threads
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- apple exchange code to token
hello guys, im new here 🙂 I have created a project and enabled apple oauth, filled all data (client id, key id, p8 file itself etc). I generate oauth code form...
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...