Error when installing Jitsi after disconnecting from VPN

I’m running Pop!_OS 21.04 and I was trying to install Jitsi and things were going normal. During the download, being the genius that I am, I disconnected my OpenVPN connection. Unsuprisingly the download paused at 30% and didn’t resume. So I closed the terminal and tried again, but when I try to proceed with the installation, I now get this error.

Error: Failed to read commit 34f53a49f4f447a7d6d1cfb86c6b2515d49eb028870eb397bae9a34a843d5a7d: No such metadata object c1c8730d18912eb276ee3380f627807f0ce53e38d3649dec3c4a67d6e5364b90.dirtree
error: Failed to install org.jitsi.jitsi-meet: Failed to read commit 34f53a49f4f447a7d6d1cfb86c6b2515d49eb028870eb397bae9a34a843d5a7d: No such metadata object c1c8730d18912eb276ee3380f627807f0ce53e38d3649dec3c4a67d6e5364b90.dirtree

I tried using “flatpak uninstall --unused” and “flatpak uninstall --delete-data” and deleted whatever unused programs I had and irrelevant data, but to no avail. I then restart my computer but still nothing. I just keep getting this error. I’m pretty sure disconnecting from the VPN caused this issue but I’m not sure how to fix it. I tried installing other applications and it seems to work fine, just Jitsi is effected.

try flatpak repair

To completely remove an app from the system I typically do:
flatpak uninstall --delete-data --force-remove --user --system org.whatever.yourApp