I used vite to bootstrap my react project and now I want to build and I am getting a lot of errors from appwrite causing the build to stop.
Upon going to appwrite in my node_modules, I get error from vscode too.
The appwrite client version I'm using is 13.0.0.
Would I need to downgrade my appwrite version? If yes, to what version.
I will drop some of the errors I got when building in the chat.
The errors are still a lot
weeeird. it worked fine for me running:
npm create vite@latest
# change into folder
npm i appwrite
npm run dev
I also tried with these options and it built fine:
✔ Select a framework: › React
✔ Select a variant: › TypeScript + SWC
Strangee, then why isn't it working on my end?!
does restarting your IDE change anything?
Sorry for the late reply. No, restarting my IDE did not help.
I tried creating a new project and building after installing appwrite and it built. The errors i saw in the node_modules are still there too but it is not stopping the build
I have eslint installed in my project and i dont have it installed in the sample project. Could that be why?
Is it an old version? Maybe there's some conflicting setting?
Recommended threads
- I can't UNPAUSE my project with the free...
I received an email notifying me that my project had been paused due to inactivity, and the email included a link to "Restore project." However, that button red...
- How to bypass the rate limit on the back...
Once a month my app has a ton of usage and I always run into the Too many requests 429 error. I am trying to optimize the queues and jobs to manage that, but a...
- 401 - Project not accessible in this reg...
Hi Appwrite team, I’m experiencing a Cloud Console issue with my NYC region project. Problem: - Some Console pages return: “401 - Project is not accessible ...