rodan prod gives empty pages sometimes
- Dominant language
- CSS
- Stars
- 46
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
everything seems fine on the server, tho
from instance that belongs to rodan prod and also from prod edge:
```
HTTP/1.1 200 OK
Server: nginx
Date: Fri, 09 May 2025 14:08:57 GMT
Content-Type: text/html
Content-Length: 65608
Connection: keep-alive
Vary: Accept-Encoding
Last-Modified: Thu, 24 Apr 2025 00:44:30 GMT
ETag: "6809896e-10048"
Accept-Ranges: bytes
```
and from local:
```
HTTP/1.1 200 OK
Server: nginx
Date: Fri, 09 May 2025 14:13:35 GMT
Content-Type: text/html
Content-Length: 65608
Connection: keep-alive
Vary: Accept-Encoding
Last-Modified: Thu, 24 Apr 2025 00:44:30 GMT
ETag: "6809896e-10048"
Accept-Ranges: bytes
Referrer-Policy: no-referrer; strict-origin-when-cross-origin
X-Frame-Options: SAMEORIGIN
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
```
It is a very strange error. I checked the NGINX container, including Docker volume mount, file permission etc. Everything looks fine. Also on the server, the memory usage is also ok. Docker status is fine, too.
I restared docker but it does not solve the issue.
From the browser:
```
rodan_client.min.js:1
Failed to load resource: net::ERR_CONTENT_LENGTH_MISMATCH
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.