You are not logged in.
Pages: 1
I'm getting weird behavior of the homepage via Chrome on a Windows 10 machine... index.html simply shows a blank page with "not found", and the Chrome console says 'Failed to load resource: the server responded with a status 404 (Not Found)'. Via IE on Windows 10 the homepage is show (but doesn't refresh), and on android + iPad the homepage is also shown normal.
Any clue ?
Replicator 2 - Craftbot - Peachy (beta) - Morpheus
Offline
Do you send request to / page or /index.html ? We do not have index.html file.
Offline
All links are pointing to / , but for some reason Chrome adds index.html
Strange thing is, all other subpages open successfully (like /plates.html, ...)
Replicator 2 - Craftbot - Peachy (beta) - Morpheus
Offline
That's very strange, as / could means index.php aspx or anything else.
Maybe you had another device with the same IP which used to redirect / to index.html page. Chrome known to have very aggressive caching. Use incognito window in chrome to open the page. If it helps simply emptying cache will solve the issue.
Offline
[solved]
Emptied cache for specific domain by ; Check 'Disable cache (while DevTools is open)' under Settings (F1) in DevTools (F12), then reload page (F5) successfully, and uncheck 'Disable cache (while DevTools is open)' again.
Thanks Shahin!
Replicator 2 - Craftbot - Peachy (beta) - Morpheus
Offline
Pages: 1