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
On this condition we are checking text/html while it actually returns text/html; charset=UTF-8 which ultimately results in not loading the admin bar on front
Hey @tnylea
On this condition we are checking
text/html
while it actually returnstext/html; charset=UTF-8
which ultimately results in not loading the admin bar on frontadmin-bar/src/Http/Middleware/InjectBarMiddleware.php
Line 34 in 7c5f176
I have removed the condition as the status 200 was enough for me, but if you can come up with better workaround.
The text was updated successfully, but these errors were encountered: