Skip to content

Commit 03098ba

Browse files
authored
Update README.md
1 parent 9e5fd23 commit 03098ba

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ tl;dr automatically serve smaller images in modern formats
1212

1313
- [Getting Started](#%EF%B8%8F-getting-started)
1414
- [Configuration](#-configuration)
15+
- [Common Questions & Issues](#%EF%B8%8F%EF%B8%8F-common-questions--issues)
1516
- [How It Works](#%EF%B8%8F-how-it-works)
1617
- [Development](#-development)
1718

@@ -183,6 +184,18 @@ Inside your Netlify config:
183184
imagesPath = "/my-path"
184185
```
185186

187+
## 🕵️‍♀️ Common Questions & Issues
188+
189+
### I'm using the default settings but my images 404
190+
191+
The plugin uses the fetch method by default and if you're receiving a 404 with a valid URL and valid Cloudinary account, you may be currently restricting fetched URLs.
192+
193+
You have two options to resolve this: adding your Netlify domain to the list of "allowed fetch domains" and removing the fetched URL restriction.
194+
195+
Adding your domain to the "allowed fetch domains" list is more secure by not allowing others to use your Cloudinary account with their own images. You can do this under Settings > Security > Allowed fetch domains.
196+
197+
Alternatively, you can remove the restriction and allow all fetched images to work by going to Settings > Security > Restricted media types and unchecking the box for Fetched URL.
198+
186199
## ⚙️ How It Works
187200

188201
### Delivery Part 1: Replacing all static, on-page images with Cloudinary URLs

0 commit comments

Comments
 (0)