TypeError: os.type is not a function at new _Client (node-appwrite.js?v=050b1c09:2391:57)
- 1
- Web
im getting this error when trying to configure node sdk
what version?
latest is 13.0.0, you are using Cloud, right? also, could you link the docs that mention 11.1.1?
I’m using this
Is there something I’m missing?
I have a few queries though: Ive just started my project and thought of using BaaS. I picked the Web sdk Something i wanted to do is list all documents of a collection without the user being logged in, but the roles of the collection require “all users” the “read” permission.
I tried using the “any” in the permissions but on running the query for listing the documents I’m getting error 401 unauthorised, I implemented an api key in it but got the type.os error. Does the user still need to have a session ?
Then I thought of switching to a node sdk with an api key but this same error again.
Recommended threads
- Middleware
how to make middleware in nextjs appwrite with client side auth?
- Error 400: redirect_uri_mismatch
Hi team, Google OAuth was working fine with our Appwrite Cloud setup until yesterday. We did not change any configuration in Appwrite, Google Cloud, or our cod...
- Bulk delete failed with 401
- I created a transaction to bulk delete rows in a table has `done` equal `true` follow documentation. But when run, it returns 401 unauthorized error as screen...