I am attempting to use PHPicker to allow the user to select a photo for use in my app. I see a behavior that if the user tries to search for a photo, the picker fails with error: "Picker Unavailable - There was an error while preparing the picker. Please try again later.". This behavior sometimes doesn't show until the second attempt. If the user doesn't interact with the search feature, then everything works fine.
I have made a simplified app that exemplifies the issue.
Github repo - https://github.com/IceTrae/ImagePickerTest
Any help is appreciated.