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
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! I’m seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...
- [SOLVED] Realtime Missing Channels
```js useEffect(() => { let subscription: RealtimeSubscription; async function loadChips() { try { const {rows: chi...
- Update row sheet not loading
After right clicking a row header and click update, the sidebar fails to load (never-ending skeleton)