I'm currently trying my hands at the new JSMastery tutorial which makes use of Appwrite. I ran into an error relating to the validity of the standard API endpoint: "https://cloud.appwrite.io/v1". The error states that the url is invalid and I have been trying to fix it for more than a day now. I was wondering if anyone else had the same issue and if I can get some assistance
What's in your env file?
Do you have set the project, created the collections, etc?
Recommended threads
- Realtime api and labels as permission
in my tables i set labels as permission and real-time capabilities stopped working. Before when i was having "any" role everything was working. Note: user have...
- "Restore project" button fails: "Invalid...
In the dashboard, it clicking "Restore project" fails. The request sent to `PATCH https://cloud.appwrite.io/v1/projects/:project_id` with payload `{status: "act...
- how to access the value of account statu...