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
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...