I've built a flutter app that displays a list of courses. Each course has an associated image (network image) that I'm pulling from a Digital Ocean Spaces instance.
I've heard of people having this issue because they don't add https:// in front of their URL, but I'm definitely doing that.
Given that, here are my two errors.
Error #1
══ Exception caught by image resource service ═══
Handshake error in client (OS Error:
CERTIFICATE_VERIFY_FAILED: application verification failure(handshake.cc:393))
═════════════════════════
Error #2
══ Exception caught by image resource service═══
The following ArgumentError was thrown resolving an image codec:
Invalid argument(s): No host specified in URI file:///
═════════════════════════
Any help would be greatly appreciated.
Chris