Got another one for you,
400 error when trying to look at the cli docs https://appwrite.io/docs/docs/command-line
tried adding a "page" param as mentioned in the 400 error
still did not work
How did you get to this page?
The problem is there's an extra docs in the path
oh, yeah i missed that, got to that from the functions page https://appwrite.io/docs/functions-deploy
Cc @VincentGe
Yeah I have a PR to fix this
Why is /docs/
and docs/
different 😠
(my fault
Relative vs absolute
👀 true
Recommended threads
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...
- I recently applied for the free plan und...
I recently applied for the free plan under the GitHub Student Developer Pack. However, my billing status still shows $15, and it mentions that this amount will ...
- Bug Report: Appwrite Console UI Issue on...
Steps to Reproduce: - Navigate to any collection page in the Appwrite console UI. - Open the menu and click on "Create Collection." - Observe that the dialog to...