![]() |
Chrome returns "This page isn't working" for a few seconds - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30) +--- Thread: Chrome returns "This page isn't working" for a few seconds (/showthread.php?tid=83499) |
Chrome returns "This page isn't working" for a few seconds - kcs - 09-30-2022 Hi, I am running into odd behaviours using Chrome: I am working on a simple form, and as soon as I load the form helper in my controller (otherwise empty) Chrome displays a message saying the page is not loading because localhost did not serve any data. It does that for a second or two then the page loads. This happens more and more, and if I add some methods in my controller the page does not show at all. In the Chrome developer tools, I see a status "canceled". I am not sure how to solve this, is it a memory issue? RE: Chrome returns "This page isn't working" for a few seconds - InsiteFX - 10-01-2022 Click the three dots top right in Chrome then Help / abou google Chrome there is a new update this morning. I' am running Windows 10 Pro with Chrome and have never seen that message. Other wise let us know your Operating Sytem and show your code that's causing the Error. |