Glide not loading url from Airtable images
Open
- Dominant language
- Java
- Stars
- 35k
- Forks
- 6.2k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 8
Description
This is the url I am using
https://dl.airtable.com/.attachmentThumbnails/b7bce4208abaeb55f9bde248c871b517/4542b031
It opens well in browser but not in glide
**Glide Version**:
implementation 'com.github.bumptech.glide:glide:3.7.0'
**Device/Android Version**:
Happening on Simulator Pixel 5 Api 31
**Glide load line / `GlideModule` (if any) / list Adapter code (if any)**:
```java
Glide.with(context).load(products.get(position).getProductPhoto()).into(holder.binding.imageViewProduct);
```
**Stack trace / LogCat**:
No Error in Logcat
Contributor guide
Assessment
This issue has not been assessed yet.