我刚刚将我的计算引擎实例更改为具有静态 IP。在更改它之前,我可以执行以下命令,如果出现错误,请查看问题:http://<static_ip_address>:<port_id>/<foo_name>
调试设置为 true,并且我正在运行调试服务器python manage.py runserver_plus 0.0.0.0:<port_id>
,并且我已经为特殊端口声明了防火墙规则。
更改为静态 ip 后,我在浏览器中收到以下错误,但应用程序工作文件并确实调用了服务
The webpage at http://<static_ip_address>:<port_id>/<foo_name> might be temporarily down or it may have moved permanently to a new web address.
Error 312 (net::ERR_UNSAFE_PORT): Unknown error.
如何查看调试信息?