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
- OIDC not working on Appwrite cloud
tl;dr: same project settings, same OIDC credentials. Auth works on self hosted but not in cloud. I have a project in my self hosted instance with a single web ...
- Google OAuth2 is not working
the Google OAuth2 is working perfectly in localhost, but when I bring it to production that means real domain, then when I clicked button signin nothing happene...
- Trouble Creating Database and Collection...
I’ve set up my project credentials (endpoint, project ID) and generated an API key. I’m currently focusing on creating only the database and collections (tables...