使用1panel的OpenResty反代面板后出现无法查看日志和使用终端的问题

1panel版本:latest
反代方式:OpenResty反代
访问域名:套了又拍云CDN

主要问题:
容器和网站的日志无法查看(无报错但是无内容)
终端页面报错
disconnected
The connection has been disconnected.

查看日志得到报错:
[2024-02-23 14:14:37] [ERROR] gin context http handler failed, err: websocket: the client is not using the websocket protocol: ‘websocket’ token not found in ‘Upgrade’ header
[2024-02-23 14:14:47] [ERROR] gin context http handler failed, err: websocket: the client is not using the websocket protocol: ‘websocket’ token not found in ‘Upgrade’ header
[2024-02-23 14:14:49] [ERROR] gin context http handler failed, err: websocket: the client is not using the websocket protocol: ‘websocket’ token not found in ‘Upgrade’ header
[2024-02-23 14:16:08] [ERROR] gin context http handler failed, err: websocket: the client is not using the websocket protocol: ‘websocket’ token not found in ‘Upgrade’ header
[2024-02-23 14:16:15] [ERROR] gin context http handler failed, err: websocket: the client is not using the websocket protocol: ‘websocket’ token not found in ‘Upgrade’ header
[2024-02-23 14:16:21] [ERROR] gin context http handler failed, err: websocket: the client is not using the websocket protocol: ‘websocket’ token not found in ‘Upgrade’ header
[2024-02-23 14:21:33] [ERROR] gin context http handler failed, err: websocket: the client is not using the websocket protocol: ‘websocket’ token not found in ‘Upgrade’ header
[2024-02-23 17:45:13] [ERROR] gin context http handler failed, err: websocket: the client is not using the websocket protocol: ‘websocket’ token not found in ‘Upgrade’ header
[2024-02-23 17:46:32] [INFO] start container 1Panel-mysql-qoFa operation restart
[2024-02-23 17:47:37] [ERROR] gin context http handler failed, err: websocket: the client is not using the websocket protocol: ‘websocket’ token not found in ‘Upgrade’ header

取消 CDN (只创建反向代理网站)看是否还存在上述问题。

我们本地环境未复现。