I have this weird problem, when after calling dd() function, next request returns "took too long to respond", and after a while page is back. And this happens after every dd (event if it is just a string dd('start'))
I don't event know is it a Laravel problem, because first request with dd works fine, but after "took too long to respond"
Laravel Framework 8.81.0 running with sail on Ubuntu 20
@Tray2 Yes, and it works as it should, but only for the first time. If I remove dd from the code, then after refresh page not responding anymore.
Or even if dd still in the code, first page load works as expected (shows variable), after page refresh shows "This site can't be reached, took too long to respond"