
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
- Auth Error
"use client"; import { useEffect } from "react"; import { getSessionCookie } from "@/actions/auth"; import { createBrowserSessionClient } from "@/lib/appwrite-...
- Prevent modifying specific attributes
How do I prevent user to only to be able to modify some of the attributes. Document level security gives full access to update whole document, what are the wor...
- Bypass Error When Creating Account With ...
Suppose user first uses email/pass for log in using xyz@gmail.com, few month later on decides to use google oauth2 with same xyz@gmail.com (or in reverse orde...
