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
- Custom API domain is unreachable
Earlier my custom api domain was working fine. Now it seems to be offline without a trace a few hours later. I didn't change anything, all the relevant DNS reco...
- "Invalid console fingerprint" when unpau...
I've tried logging out and logging back in, still can't figure out why this is happening.
- executeFunction intermittently throws Fo...
Environment: Flutter app using the Appwrite Flutter SDK, calling executeFunction for [describe endpoint, e.g. live-stream-related function]. *Description*: Int...