File upload is impossibe by version 9.0.5 at Rocky linux 8.6

I installed seafile-servier-9.0.5 using source(no docker) to my Rocky linux 8.6.

I installed some programs and setted mysqld and etc.

dnf -y install python3 python3-devel python3-imaging MySQL-python3 python3-simplejson python3-setuptools mariadb mariadb-server gcc mysql-devel
pip3 install --upgrade pip
python3 -m pip install --upgrade Pillow
pip3 install pylibmc captcha jinja2 django-pylibmc django-simple-captcha python3-ldap mysqlclient
sudo pip3 install future sqlalchemy==1.4.3
dnf install mariadb-server
etc)

Finally most fucntion works well except file upload.
File upload works well at host machine(installed seafile-server) public ip as well as inner ip (ex, 192.xx.xx.xx from home router).
But, file upload not possible at another machine connceted same home router(using 192.xx.xx.xx ip) public ip nor inner ip.
“Network error” message shows up.
File download works well at host or client.

But, seafile-server-.8.0.7 works well.
File upload has no problem at host machine or other machine.
The settings is not different between 8.0.7 and 9.0.5.
Is there any change between 8.0.7 and 9.0.5 versions?
Thanks.