SyncError: Host not found (autoritative)

Hello,
I have an electron app working with the Node Js SDK and now when I turn off the WIFI on my computer,
my requests on the SDK don’t answer anymore. The only error I get is “SyncError: Host not found (autoritative)”
Based on a similar topic from over a year ago, this could be do to an internal issue on Atlas.
Anyone else experiencing this? Could anyone from Atlas confirm is everything is okay?
Am I doing anything wrong? it used to work fine offline.
Thanks.

The reason why my request didn’t answer anymore was was because I’m using the library react-query and they changed a behaviour in their v4 that pauses by default the fetching when offline. It is described here : Network Mode | TanStack Query Docs This was easily fixable by setting a specific option.

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.