Got the same problem.
In my case, there are no errors. The configuration in /var/etc/frr/frr.conf is changed, but the changes are not automatically applied. Only after service restart.
In frr-reload.log only these messages
2023-05-05 05:49:35,113 INFO: Called via "Namespace(input=None, reload=True, test=False, debug=False, log_level='info', stdout=False, pathspace=None, filename='/var/etc/frr/frr.conf', overwrite=False, bindir='/usr/local/bin', confdir='/var/etc/frr', rundir='/var/run/frr', vty_socket=None, daemon='')"
2023-05-05 05:49:35,113 INFO: Loading Config object from file /var/etc/frr/frr.conf
2023-05-05 05:49:35,727 INFO: Loading Config object from vtysh show running
2023-05-05 09:49:40,111 INFO: Called via "Namespace(input=None, reload=True, test=False, debug=False, log_level='info', stdout=False, pathspace=None, filename='/var/etc/frr/frr.conf', overwrite=False, bindir='/usr/local/bin', confdir='/var/etc/frr', rundir='/var/run/frr', vty_socket=None, daemon='')"
2023-05-05 09:49:40,111 INFO: Loading Config object from file /var/etc/frr/frr.conf
2023-05-05 09:49:40,771 INFO: Loading Config object from vtysh show running
By the way, in the test environment, everything works.
2023-05-05 04:41:57,444 INFO: /var/run/frr/reload-Z85C6S.txt content
['interface igc0.50\n ip ospf network broadcast\n',
'router ospf\n area 0.0.0.0 shortcut default\n',
'interface igc0.50\n ip ospf network broadcast\n',
'router ospf\n area 0.0.0.0 shortcut default\n']
2023-05-05 04:43:50,788 INFO: Called via "Namespace(input=None, reload=True, test=False, debug=False, log_level='info', stdout=False, pathspace=None, filename='/var/etc/frr/frr.conf', overwrite=False, bindir='/usr/local/bin', confdir='/var/etc/frr', rundir='/var/run/frr', vty_socket=None, daemon='')"
2023-05-05 04:43:50,789 INFO: Loading Config object from file /var/etc/frr/frr.conf
2023-05-05 04:43:51,425 INFO: Loading Config object from vtysh show running
2023-05-05 04:43:51,735 INFO: "frr version 7.5.1" cannot be removed
2023-05-05 04:43:51,736 INFO: /var/run/frr/reload-RH67QI.txt content
['interface igc0.50\n ip ospf network broadcast\n',
'interface tun_wg3\n ip ospf hello-interval 1\n',
'router ospf\n area 0.0.0.0 shortcut default\n']
2023-05-05 04:43:52,043 INFO: Loading Config object from vtysh show running