App uses react +TS + vite
Can you share your code?
Change this
import { account } from "../../appwrite";
To this
import { account } from "appwrite";
You'll also need initialize a client Check this
I am exporting that from a file called appwrite.d.ts
from root folder
Yes
I see now, why you've added the d in the .d.ts
if I use .ts
this happens
Probably because it can't be the same name
Change it to appwriteConfig.ts and the import and re test
okay
Changed it but same as above
What error now?
Ohh Yes,
For <:vite:1007379819660595291> vite any files most be inside the src foler
Move the appwriteConfig.ts into the src one
And change the login to
import { account } from "../appwriteConfig";
Thanks its working
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 ...