I'm seeing 404 errors in the log for pages that work when I try them out.
- Django app.
- uwsgi.log shows 404 errors.
- I try the url, the page loads fine.
- No corresponding errors in the sites/error logs.
A 404 log entry looks like:
[pid: 1607|app: 0|req: 15455/26980] 127.0.0.1 () {62 vars in 2664 bytes} [Wed Mar 3 10:56:49 2021] GET /public/class/592/group/2/ => generated 7417 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 139 bytes (1 switches on core 1)
I'm assuming the app is throwing the 404, but I don't know why it would only happen sometimes.