I was trying to install FreeRDP 3.17.2 on Fedora 43 with Cinnamon when this popped up: error: Unable to load summary from remote flathub: GPG verification enabled, but no summary found (check that the configured URL in remote config is correct)
When running cat /var/lib/flatpak/repo/config:
[core]
repo_version=1
mode=bare-user-only
min-free-space-size=500MB
[remote "fedora"]
url=oci+https://registry.fedoraproject.org
xa.title=Fedora Flatpaks
xa.title-is-set=true
[remote "fedora-testing"]
url=oci+https://registry.fedoraproject.org#testing
xa.title=Fedora Flatpaks (testing)
xa.title-is-set=true
xa.disable=true
[remote "flathub"]
gpg-verify=true
gpg-verify-summary=true
url=https://flathub.org/repo/flathub.flatpakrep
Thanks for the help.