When I make a change on a page, sometimes it is not published or by a weird way turning it a lot inconsistent.
For instance, I click on an editable text div, make changes, click outside of that div in order to ‘validate’ my change and then click on the blue publish button from SC toolbar.
The button turns grey which, I guess, should mean it saves files but it doesn’t spin nor look like to compute anything. If I go to reload the page a warning pop-up (from browser) appears and says that “modifications may not be saved”. I cancel the pop-up and I reload the front-page (the one served to any visitor) and the changes are sometimes taken into account after a while but sometimes not. When not, I have to force reload a lot of time before to see the changes or I have to go back to edition, make a ‘fake’ change (like adding a letter somewhere) re-publish, removing the letter, republishing again and the changes appear on the front-end.
Another weird thing when publishing is about the pictures On the generated page, image sources are always keeping the path of the draft source instead of the clean original one :
img src="/sitecake-temp/r8c611b172u41e/draft/images/…"
instead of
img src="/images/…"
When deleting the sitecake-temp/ folder, this results in a 404 because the regenerated one has not the same name.
How to generate the clean path to assets for front-end and let sitecake handle the draft one for edition? I add that the images are well uploaded to the root images folder.