I am having an error with project ID. Can anyone resolve this issue?
You're using the wrong env variable when setting up your conf object.
Looks like in your .env it's VITE_APPWRITE_PROJECT_ID, but you're trying to use VITE_PROJECT_ID in your conf.js file.
Looks like you'll have the same issue with all your variables, btw.
I corrected that error,
Now I am having this kind of error
If your user isn't authenticated, I believe this is what is expected to throw when using account.get().
Ok Ok Thank you very much. let me build login sign up forms then probably I will be able to see if it is working fine after successful login and authentication
[SOLVED] Appwrite Database Issue
Recommended threads
- The console isnt showing documents
In console ui saved documents are being shown on frontend but i can see its showing 4 or number of docs available but in rows its only showing single doc and th...
- 1.8.1 - Databases - inline updating a ro...
When updating a database field via the inline edit method, the `$updatedAt` column does not get updated. Only if the row is updated by the "Update" interface (t...
- Other DateTime Columns Are Saved Incorre...
When opening a row’s details from the console and editing any field, the timestamps of other DateTime columns are being automatically changed and incorrectly sa...