Hi! I am trying to get my Appwrite up and running but I seem to run into the following console problem.
What's the code that throws the error? You're using appwrite cloud?
I am cloning a repository from the following :https://github.com/adrianhajdin/social_media_app
Yes I am using the appwrite cloud.
Double check the value you're using for the appwrite endpoint is correct
I'd suggest you double check the endpoint, there
shall I replace the code which I have written, to the above to make it work?
Just correct the endpoint
I have put it like this.
Sure, you could switch to putting the vars directly into your codebase instead of envvars
Still I am facing the error, it seems almost impossible to fix. Probably something wrong at my end.
Will make it more annoying if you want to use a different project/server in the future, but that's your design decision
You're still getting the ERR_NAME_NOT_RESOLVED?!
Oh
Yes
After reloading the page?
Yes
I double checked my keys and they seem to be fine
If you are okay, I can screen share the errors.
Screenshots are best
I get the 404 error from appwrite
A screenshot of the error will still be useful
Double check the Project ID, Database ID and Collection ID.
And permissions to the collection
Recommended threads
- Dynamic Roles
I tried to store a row with this permissions: permissions.push( Permission.read(Role.users("verified")), Permission.write(Role.label(`c-${calend...
 - appwrite auth problem regarding the sess...
Hi, I have problem with auth. When I try to login/signup using OTP, at the end session.secret is empty, i have searched online and in the docs but i cannot find...
 - log out failure
I am trying to set up the user sign up/log in/log out and while I have got the sign up/log in to work, log out keeps failing. i am keeping it simple with only r...