Works now after clearing the browser cache.
The design has also solidified.
It was at an image field's page. (Clearing the site cache had no effect).
Hereby fixed, thank you...
Posted18 hours 4 min ago by RS Snyder (theflightrs) on:
I'm not seeing that issue (I just spinned out a fresh installation with 1.30.2). What's really weird is that you still have the "less / more" which shouldn't be there. Clear caches?
Also...
Posted18 hours 14 min ago by Alejandro Cremaschi (argiepiano) on:
If I recall correctly, Backdrop will not gzip if the page content is already gzipped. And it only happens if you've enabled page compression setting.
But maybe that doesn't help here...
Comments
Yes, see https://github.com/backdrop-contrib/bee/issues/53 for where this was added, but you're probably just better off running
bee help install
for details.Here is the bee command I'm using now within ddev (remove "ddev" if not using ddev):
ddev bee install --db-name=backdrop --db-user=backdrop --db-pass=backdrop --username=admin --password=pw1234 --email=test@email.com --site-name="Demo Site" --auto
For more info, run:
bee help install