Getting 0 Network request failed, one day after update to 1.2.1. Also in api getting Failed Host Lookup
π©ββοΈ Running Appwrite Doctor for version 1.2.1 ...
Checking for production best practices... π’ Hostname has a public suffix (xxx.xxx) π’ CNAME target has a public suffix (xxx.xxx) π’ Using a unique secret key for encryption π΄ App environment is set for development π΄ Abuse protection is disabled π’ Console access limits are enabled π’ HTTPS force option is enabled π΄ Logging adapter is disabled
Checking connectivity... Database............connected π Queue...............connected π Cache...............connected π SMTP................connected π StatsD..............connected π InfluxDB............connected π
Checking volumes... π’ Uploads Volume is readable π’ Uploads Volume is writeable π’ Cache Volume is readable π’ Cache Volume is writeable π’ Config Volume is readable π’ Config Volume is writeable π’ Certs Volume is readable π’ Certs Volume is writeable
Checking disk space usage... π’ Uploads Volume has 9.99GB free space (61.32% used) π’ Cache Volume has 9.99GB free space (61.32% used) π’ Config Volume has 9.99GB free space (61.32% used) π’ Certs Volume has 9.99GB free space (61.32% used)
Hi there π , let me look into this and be back!
Can you tell me what your endpoint is set to?
What url are you accessing Appwrite at? Do you have a self signed certificate? Whats in the browser console logs?
Hello, I found the issue. Domain was temporarily offline. (I have something like app.mything.dev).
However, everything was hard cached, and I could navigate in the console to all the elements but when I requested some update to the documents I got that error with 0. but in reality the whole domain was unliked.
I now realise that the caching console is a bit of problem when the domain got bust. The overview was also showing data, but cached data.
In other words this is solved for me, with the note of console weird behaviour in terms of caching.
Yeah the overview shows analytics data that updates periodically and is stored in a time series DB.
@Sara We should probably do something about how we reflect our overview data. It really looks like it's meant to be accurate and realtime.
Do we mean with 'overview' the projects dashboard?
Overviews on the dashboard, probably the metrics shown on the services, too
Got it, yeah, I agree π
@Victor1337 Is this issue resolved btw?
yes
[SOLVED] Appwrite problems 1.2.1
Recommended threads
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...
- Can't login or deploy functions in Appwr...
Hello, since i updatet to the appwrite cli 6.1.0 i can't login or deploy functions with the cli. When i call the command: "appwrite get account --verbose" i ge...
- Create admin user?
I'm not really sure how this is supposed to work, I installed Appwrite through docker-compose and set it up. When I launched the app and went into it, I created...