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
- Invalid document structure: missing requ...
I just pick up my code that's working a week ago, and now I got this error: ``` code: 400, type: 'document_invalid_structure', response: { message: 'Inv...
- Apple OAuth Scopes
Hi Hi, I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember se...
- Sign In With Apple OAuth Help
Hi All! I've got a flutter & appwrite app which Im trying to use sign in with apple for. I already have sign in with google working and the function is the sam...