using web sdk on v1.4.13 self host, whenever I use listDocuments
with a select
query, I get $collectionId and $databaseId
with the response. Is it possible to remove this? This should not be exposed.
By the way I have development
environment enabled. Don't know whether it is because of the dev environment or not.
This is fine to be public since you have to pass it in the request anyways. that said, it probably shouldn't be there since it wasn't part of the select
thanks. should I create a github issue?
Recommended threads
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?
- Different appwrite IDs are getting expos...
File_URL_FORMAT= https://cloud.appwrite.io/v1/storage/buckets/[BUCKET_ID]/files/[FILE_ID]/preview?project=[PROJECT_ID] I'm trying to access files in my web app...
- Invalid document structure: missing requ...
I just pick up my code that's working a week ago, and now I got this error: ``` code: 400, type: 'document_invalid_structure', response: { message: 'Inv...