I've just installed Espo on a fresh domain and after following all the instructions for configuring for my Nginx server I finally managed to trigger the installation pages. I made it all the way through those to the point where I added a user account but when I then pressed finish it just showed a blank page with a 404 error message.
If I look in my console I can see the following errors:
espo.js:11899 Could not open `espo` cache.
GET http://espo.fsed.co.uk/api/v1/Settings 404 (Not Found)
GET http://espo.fsed.co.uk/api/v1/I18n?default=true 404 (Not Found)
espo.fsed.co.uk/:1 Uncaught (in promise) {readyState: 4, getResponseHeader: ƒ, getAllResponseHeaders: ƒ, setRequestHeader: ƒ, overrideMimeType: ƒ, …}
Promise.then (async)
(anonymous) @ espo.js:5896
load @ espo.js:5894
loadDefault @ espo.js:5906
init @ espo.js:11936
(anonymous) @ espo.js:11640
Promise.then (async)
l @ espo.js:11640
(anonymous) @ VM233:25
_load @ espo.js:528
require @ espo.js:373
c.require.Espo.require @ espo.js:919
(anonymous) @ VM233:24
If I look in my console I can see the following errors:
espo.js:11899 Could not open `espo` cache.
GET http://espo.fsed.co.uk/api/v1/Settings 404 (Not Found)
GET http://espo.fsed.co.uk/api/v1/I18n?default=true 404 (Not Found)
espo.fsed.co.uk/:1 Uncaught (in promise) {readyState: 4, getResponseHeader: ƒ, getAllResponseHeaders: ƒ, setRequestHeader: ƒ, overrideMimeType: ƒ, …}
Promise.then (async)
(anonymous) @ espo.js:5896
load @ espo.js:5894
loadDefault @ espo.js:5906
init @ espo.js:11936
(anonymous) @ espo.js:11640
Promise.then (async)
l @ espo.js:11640
(anonymous) @ VM233:25
_load @ espo.js:528
require @ espo.js:373
c.require.Espo.require @ espo.js:919
(anonymous) @ VM233:24
Comment