Why my image is not uploading, design not saving etc?
- Step 1. Make sure your server treats JSON and SVG files as static. It's quite common that shared hosts or specific platforms require additional static file handlers, so you'd need to be aware of that;
- Step 2. Check your
config.json
for correct paths, use relative ones to services folder if necessary; - Step 3. Ensure your
files
folder is writable for scripts, otherwise you'll get permissions issue very easily;