Hello, i make a clean Ubuntu 20.04 server machine.
Standard install is php7.4, Apache, MariaDB + php mods for espoCRM.
Installer don't show any missing modules.
First run:
missing /api/1/Settings 404 in Network tab
missing api/v1/I18n?default=true in Network tab
What could I have done wrong?
Standard install is php7.4, Apache, MariaDB + php mods for espoCRM.
Installer don't show any missing modules.
Code:
/api/v1/Settings:1 Failed to load resource: the server responded with a status of 404 (Not Found) /api/v1/I18n?default=true:1 Failed to load resource: the server responded with a status of 404 (Not Found) DevTools failed to load source map: Could not load content for http://192.168.20.152/purify.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
missing /api/1/Settings 404 in Network tab
missing api/v1/I18n?default=true in Network tab
What could I have done wrong?
Comment