
Hey guys I am working on a react project with appwrite backend services on a blog website, but I am constantly receiveing the error " Failed to load resource: the server responded with a status of 401 ()" , I also tried configuring cors , in the platforms section in appwrite but still I am getting the same error, can anyone please help me solve this problem , just let me know if you need any more details to solve the error .

401 means you’re unauthorized to do whatever you’re doing.
https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/401
Check permissions for whatever collection you’re trying to pull from is correct.

I have allowed the permissions


That’s for users, are you logged in before making the request?
Recommended threads
- #support
<#1072905050399191082> any help on that?
- Early Validation of Password Reset Token...
Hey there, I'm dealing with an issue with password reset flow and wondering how you handle this. Right now, when someone clicks an expired/already-used reset ...
- Appwrite Sites giving Build archive was ...
So I currently have everything running smoothly on Netlify and for hosting but i want to make every thing in one place so when appwrite gave access to sites i j...
