I need help please with the ENDPOINT indicated in the appwrite documentation, I can't access https://cloud.appwrite.io/v1
{ “message”: “The requested path was not found. Please refer to the API documentation and try again”, “code”: 404, “type”: “general_route_not_found”, “version”: “1.6.0” }
FYI, it's best to wrap code in backticks to format a bit nicer. You can use 1 backtick for inline code (https://www.markdownguide.org/basic-syntax/#code) and 3 backticks for multiline code (https://www.markdownguide.org/extended-syntax/#syntax-highlighting).
What do you mean access? You're trying to open the Appwrite Console in the browser and you put in https://cloud.appwrite.io/v1
?
Recommended threads
- can someone explain the custom domain is...
- Can't Redeploy Function - Invalid `build...
Had this issue recently on a different function (https://discord.com/channels/564160730845151244/1303494484138528818/1303520893556883507), but didn't really dig...
- Null issue
I have a collection Comments that has a relation with another collection Users called likes, the problem is whenever I add new User (like) it response with this...