我正在做一个Django的web项目。前一刻一切都很好,但突然django localhost服务器保持自己重新加载,而不是停止自动重新加载页面。首先,我得到了以下错误:connectionresetror:(errno 104)connection reset by peerAnd the server just kept reloading itself over and over again. What could be the cause for this?Any help will be appreciated.
3条答案
按热度按时间dluptydi1#
你的Django包版本是什么?
像你这样的django项目中有异常https://github.com/django/django/commit/934acf1126995f6e6ccba5947ec8f7561633c27f
尝试将Django更新到最新版本
bhmjp9jg2#
已解决。我使用JQuery自动完成从后端搜索数据,并希望实现onclick功能,将用户重定向到特定的项目页面。
问题是:
我删除了这行代码,现在一切都好了:)
ru9i0ody3#
我已经用简单的技术解决了这个问题。我现在要解释一下。我们都安装了kserve,knative,istio和cert-manager,同时将系统istio-system集成到本地或kserve,我们遵循在严格模式下启用的mtls。示例:
apiVersion: security.istio.io/v1beta1 kind: Peer Authentication metadata: name: default namespace: user1 spec: mtls: mode: STRICT
我们必须禁用此配置。最好避免应用它。当不使用DNS时