Easy fix:
sudo firewall-cmd --zone=trusted --add-interface=podman0 --permanent
Easy fix:
sudo firewall-cmd --zone=trusted --add-interface=podman0 --permanent
Also, before this, I noticed that some images weren't showing, which I think was also caused by this, so hopefully that issue will disappear too.
Setting the client_max_body_size to 100M seems resolve the issue. Also, before this, I noticed that some images weren't showing, which I think was also caused by this, so hopefully that issue will disappear too.
From my conversation with Claude, this seems to be caused by the value of the client_max_body_size being too low.