MaxKB不能修改密码,且配置Ollama2时不能下载模型

MaxKB安装正常,但是在登录进去后不能修改密码,修改密码后点击保存后,没有正常关闭。
且配置Ollama2时不能下载模型,一旦添加模型后还不能删除。
系统环境是CentOS7.9 docker是26.1.1版本,1Panel是1.10.6-lts
查看日志里有:/opt/py3/lib/python3.11/site-packages/django/db/models/base.py:364: RuntimeWarning: Model ‘dataset.dynamics’ was already registered. Reloading models is not advised as it can lead to inconsistencies, most notably with related models.
new_class._meta.apps.register_model(new_class._meta.app_label, new_class)
其他好像没什么问题,请看看是什么问题?

有大佬知道是什么原因吗?

排查一下网络环境相关设置,是否与拦截 put 请求。
修改密码时,右键浏览器检查一下 network 看看请求是否发送出去。

1panel的网络配置采用以下设置:
1panel-network system bridge 10.10.0.0/16 10.10.0.1
容器的IP地址分配为
|1Panel-maxkb-EDjs|1panel/maxkb:v1.1.1 10.10.0.5
但是正常安装MaxKB后,当修改用户名密码时报以下错误:
2024-05-09 18:56:20 [basehttp INFO] “GET /api/application/1/20 HTTP/1.1” 200 103
2024-05-09 18:56:39 [basehttp INFO] - Broken pipe from (‘172.20.12.225’, 61030)
2024-05-09 18:56:39 [basehttp INFO] - Broken pipe from (‘172.20.12.225’, 61005)
2024-05-09 18:56:40 [basehttp INFO] - Broken pipe from (‘172.20.12.225’, 61055)
是不是访问后端的地址没有按10.10.0.5

容器的编排配置为:
networks:
1panel-network:
external: true
services:
maxkb:
container_name: ${CONTAINER_NAME}
deploy:
resources:
limits:
cpus: ${CPUS}
memory: ${MEMORY_LIMIT}
image: 1panel/maxkb:v1.1.1
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${HOST_IP}:${PANEL_APP_PORT_HTTP}:8080
restart: unless-stopped
volumes:
- ./data:/var/lib/postgresql/data

问一下你们的运维人员 是不是墙了put和delete请求