let me try upgrade
Works fine on my machine, too 🤔
Are you on Windows, Linux, or Mac
Windows
It's most likely v19.4.0 which doesn't work with Appwrite
Does 19.5.0 work?
Testing that rn
😅 Yeah node can be very flakey
This is like the 1st issue with node js that i have had in 4 years lmao
Only issue im getting rn
🤣
<:kek:872082912244273202> only trying to use appwrite, and node is just denying me lmao
Let me try bumping all packages. Maybe you just need latest of everything.
Alright
Found a fix
# for Windows CMD (Command Prompt)
set NODE_OPTIONS=--openssl-legacy-provider```
I had to do this
FINALLY
i can use Appwrite
woho!
[SOLVED] Appwrite "appwrite" module not working
🤔 Glad it's working. Good luck!
Now time to test it in my app
Recommended threads
- 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 ...
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...