The problem can be in missing GraphicsMagick library. You need to install GraphicsMagick (default) or ImageMagick, both libraries are multiplatform.
I had same problem on macOS with GraphicsMagick. Try to switch GraphicsMagick to ImageMagick in app /config
file:
default-image-converter : im
Then don't forgot to restart app.
CMS has a small protection for testing credentials. If some user performs more than 5 attempts to login then the system blocks IP for 15 minutes. So maybe is your IP blocked.
Uploading files is limited according to rules below and you can extend this size in: /controllers/admin.js
file.
Just create a new definition file with the operation below. If the sitemap is generating then the operation sitemap.xml
will be executed and the sitemap will be wait for end of operation.
NEWOPERATION('sitemap.xml', function($) {
$.model.push('<url>.....</url>');
$.model.push('<url>.....</url>');
$.model.push('<url>.....</url>');
$.callback();
});