-
Notifications
You must be signed in to change notification settings - Fork 283
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
Chrome reload loop #144
Comments
The looping stops when the See: |
The infinite reload loop issue occurs when first activating |
This still happens.
I guess this project is just broken beyond help. Good ol' Debug Bar Console still works tho (in WordPress). And Xdebug, of course. |
I have a test page containing the complex_usage_example.php.
When I load the test page with Chrome, chrome continuously reloads the page at high speed (many times a second).
The same occurs when using a different web server.
I tried with a simpler test page, it also loops in reload / refresh
I analyzed the http headers and the page content but could not identify a reason for this looping.
When I disable the php-console extension in the browser, the looping does not occur.
The same looping behaviour also occurs with a much simpler test page.
Any idea what could could cause this looping and how to debug this?
Versions:
Chrome 60.0.3112.90 (Officiële build) (64-bits)
php-console browser client extension 3.0.38
php-console server side PHP 3.1.6
First Web Server: apache, PHP 7.1
Second Web Server: nginx, PHP 7.0
Protocol HTTPS
The text was updated successfully, but these errors were encountered: