You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is fixed for the next release, thanks for reporting!
It’s expected that craft.app.request.isLivePreview would return false when previewing entries in Craft 3.2. Generally when templates need to check that, it’s because they need to do something hacky to work around Live Preview bugs (e.g. #1787 and #2801), and those workarounds are no longer necessary in Craft 3.2, and those hacks would actually start breaking if isLivePreview continued to return true.
Description
The live preview uses a different URI for root level sections (homepage with empty section URI).
Steps to reproduce
Home
, handlehome
/__home__
. Rendering out{{ craft.request.path }}
also outputs__home__
.Additional info
^3.2.0-beta.1
7.0.31
MySQL 5.7.23
The text was updated successfully, but these errors were encountered: