Hello everyone,
I am having a small problem with a template… small in my case, but potentially big problem overall, since it occurs on multiple servers, browsers and kirby versions.
When I have a writer field directly in the blueprint, not in a layout or blocks, and I change the slug of the page, most of the time the writer field becomes empty and the page shows the revert and save buttons, as if there was a change. If I refresh many times at some point the text appears again and the buttons disappear. or if I press revert, then of course the text reappears.
This is happening on:
- a virtual production server running kirby 3.8.3 and php 8.1 (provider: hetzner)
- an alternate virtual server for testing, same versions (provider: hetzner)
- using safari and firefox on mac, and safari ios
- I then just loged in into an old test installation of the starterkit I have on my regular apache shared hosting server (provider: netcup). This install is running kirby 3.6.2 and php 7.4… and wellp… it happens there as well
so I guess it is not related to the virtual servers or my code, because this is an older starterkit.
For a regular user it would be very confusing if after changing the slug suddenly the whole text is gone and the save and revert buttons appear. Has someone else experienced this? the strange thing is on my localhost (I use MAMP) it is not happening.