streamlux / vscode-appwrite

Appwrite extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=Streamlux.vscode-appwrite
MIT License
34 stars 9 forks source link

[Bug] Cannot read users, and documents #27

Open tsrift opened 2 years ago

tsrift commented 2 years ago

Reproduction steps

1.After expanding USERS
2.After expanding DATABASE > Documents

Version

Stable (Default)

What operating system are you seeing the problem on?

Linux

Relevant log output

app.[PROJECT_ID]@service.localhost (role: application) missing scope (users.read)
tsrift commented 2 years ago

Now USERS is working properly, but on viewing DATABASE > Documents I get error:

Error: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'ASC, _id ASC
            LIMIT 0, 25' at line 3

But, on Appwrite website I can see my documents.