Back

AppwriteException: , Failed host lookup: 'cloud.appwrite.io' (0)

  • 1
  • Flutter
  • Apple
  • Cloud
Raman
28 Feb, 2024, 10:17

This error is occuring

TL;DR
Developers encountering 'Failed host lookup: 'cloud.appwrite.io'' error. Problem started occurring today, happening regularly now. Error when listing documents in chat feature. Appears to be server-side issue with already implemented chat code causing error.
Raman
28 Feb, 2024, 10:18

This problem is coming on already implemented code of chat

Raman
28 Feb, 2024, 10:18

I think it's server side problem

D5
28 Feb, 2024, 10:34

What's the code that triggers this?

Raman
28 Feb, 2024, 10:38

final docs = await AuthService.databases.listDocuments( databaseId: ChatData.databaseId, collectionId: ChatData.collectionId, queries: [ Query.search( "receivers", currentUser.userId, ), ], ); I am listing Documents and this is giving me error

D5
28 Feb, 2024, 10:50

Does it happen randomly or all the time?

Raman
28 Feb, 2024, 10:52

It start happening today

Raman
28 Feb, 2024, 10:52

and happening regularly now

Raman
28 Feb, 2024, 10:52

and we didn't even change anything

D5
28 Feb, 2024, 10:53

It's cloud, right?

Raman
28 Feb, 2024, 10:53

Yes

D5
28 Feb, 2024, 10:54

@Evdog Do you have any ideas on what could be causing this?

Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more