flutter_cached_network_image
flutter_cached_network_image copied to clipboard
Load image from redirect URL not working
🐛 Bug Report
Image from redirect URL is not working
Expected behavior
Image from redrect URL is displayed
Reproduction steps
CachedNetworkImage(
placeholder: (context, url) => CircularProgressIndicator(),
imageUrl: 'https://www.instagram.com/p/CCv3KfZju2o/media/?size=t',
height: 50,
errorWidget: (context, url, error) => Icon(Icons.error),
)
Configuration
Version: 2.3.2+1
Platform:
- [ ] :iphone: iOS
- [X] :robot: Android
Is there any good news? I face the same issue. Is this module not work when redirect Url?
I'm experiencing the same issue. I'm still investigating but I don't believe the headers are being set on the redirected call.