Any idea why preview would stop working (other than mercury retrograde!). I am logged in a Super Admin and cannot preview any channels. Preview displays The following errors were encountered
I did upgrade to 7.5.21 today.
Welp- weird one! @Bryan figured it out. Basically, apache sometimes strips out some header info before it hands it over to php. And in this case, we’re passing a token in that auth header. Which is why it failed.
Good news- adding this to your htaccess file said ‘please don’t do that’ and now it works:
SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1And we’re going to get that documented and some more informative error messaging for when that happens.
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.