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
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! I’m seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...
- [SOLVED] Realtime Missing Channels
```js useEffect(() => { let subscription: RealtimeSubscription; async function loadChips() { try { const {rows: chi...
- Update row sheet not loading
After right clicking a row header and click update, the sidebar fails to load (never-ending skeleton)