not able to access appwrite cloud
Can you share the part where you're initializing the client?
Can you check if you have “Block third-party cookies” setting enabled.
Maybe you have some extension causing problems. Can you try in incognito (assuming you don't have extensions enabled in incognito)
Yeah, fixed
Looks like they do. I can see the icon in the address bar
For anyone looking at this thread for answers
- Make sure third-party cookies are allowed in your browser.
- Sometimes, an extension could be causing problems. You can check by going into incognito mode. If the connection works in incognito, it's likely an issue because of an extension.
[SOLVED] Unable to access Appwrite Cloud
Recommended threads
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?
- Different appwrite IDs are getting expos...
File_URL_FORMAT= https://cloud.appwrite.io/v1/storage/buckets/[BUCKET_ID]/files/[FILE_ID]/preview?project=[PROJECT_ID] I'm trying to access files in my web app...
- 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...