-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Labels
bugSomething isn't workingSomething isn't working
Description
π Reproduction steps
const files = await databases.listDocuments(
appwriteConfig.databaseId,
appwriteConfig.filesCollectionId,
queries
);
node-appwrite
version ^17.0.0
, Use databases.listDocument
to obtain the file list, and the query parameter project
of the returned file access path is undefined, eg:
{
url: 'https://fra.cloud.appwrite.io/v1/storage/buckets/xxxxx/files/xxx/view?project=undefined'
}
which will result in the file being inaccessible
π Expected behavior
url query params project
is not undefined
π Actual Behavior
url query params project
is undefined
π² Appwrite version
"node-appwrite": "^17.0.0",
π» Operating system
MacOS
π§± Your Environment
No response
π Have you spent some time to check if this issue has been raised before?
- I checked and didn't find similar issue
π’ Have you read the Code of Conduct?
- I have read the Code of Conduct
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working