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
- Email address must be in its canonical f...
Hello, Recently I was trying to signup with my GitHub account with appwrite account for availing the student benifits but while trying to signup I saw such erro...
- Login / Signup issue
So I have been trying to create an account on appwrite but no matter what I try it doesn't work. I tried using GitHub at first but after logging in it just 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...