-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
DebugToolbar - too much recursion #1650
Comments
Please, how can we reproduce it? |
What do you need? :). |
pls lemme know if you will need anything else :). |
I refers to example codes. What has in the HTML? Has custom (not from debugbar) AJAX calls happening? Is this issue happening with other use cases, how? Are you sure that the returned AJAX, if any, is not returning the Content-Type Header as html? - if has html, the debugbar is appended, then the recursion will occurs. |
Unfortunately there is no ajax call on this page at all. I am using ajax calls in the app widely but this route is free from ajax calls :(. That issue doesn't occur on pages where I am using ajax calls. Html is here: Calls:
I didn't see that issue on other routes, I've got defined around 40 of routes. I could try to organize VPN access to this page if you have to check anything else (it is on my laptop). It is unfinished but I am not planing to change anything in next few days in its code in next couple of days. In case you'd like to see it please write me an email. |
Yeah! Look at the HTML code. It has two The replacements are made here: CodeIgniter4/system/Debug/Toolbar.php Lines 355 to 372 in 2478a1f
|
Woow. gr8. |
I've noticed on some pages that there is no Debug Toolbar icon... i thought it is because of my CSP settings... but I think it is because:
I've noticed on some pages that there is no Debug Toolbar icon... i thought it is because of my CSP settings... but I think it is because:
FF:
Irudium@Chromium:
I think my code is up to date:
in this case I don't use d() or anything like that, just wanna to see Debug Toolbar. There is some complex data passed to the view but nothing big :/.
The text was updated successfully, but these errors were encountered: