A crm system developed with yii2. nginx server.
When clicking a link multiple times or jumping between different links,
A blank page will appear in browsers such as Edge and Firefox. 360 directly displays that the page does not exist and jumps to Baidu search.
View the http code in Firefox.
When a blank page appears, the main request code is 200.
But the related css and js are not loaded.
The view uses gridview and some other plug-ins.
The reasons that can be thought of at present are:
1.nginx server setting problem.
2.php setting problem.
3.yii2 render problem.
Have any experts encountered such a problem? Could you please give me some advice? Thank you very much!
A crm system developed with yii2. nginx server.
When clicking a link multiple times or jumping between different links,
A blank page will appear in browsers such as Edge and Firefox. 360 directly displays that the page does not exist and jumps to Baidu search.
View the http code in Firefox.
When a blank page appears, the main request code is 200.
But the related css and js are not loaded.
The view uses gridview and some other plug-ins.
The reasons that can be thought of at present are:
1.nginx server setting problem.
2.php setting problem.
3.yii2 render problem.
Have any experts encountered such a problem? Could you please give me some advice? Thank you very much!