Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This line is not allowing to load admin bar #1

Open
alpeshznakrani opened this issue Dec 16, 2024 · 0 comments
Open

This line is not allowing to load admin bar #1

alpeshznakrani opened this issue Dec 16, 2024 · 0 comments

Comments

@alpeshznakrani
Copy link

Hey @tnylea

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

&& $response->headers->get('Content-Type') === 'text/html'

I have removed the condition as the status 200 was enough for me, but if you can come up with better workaround.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant