Hello guys.
I’ve setup a webhook which should make a GET request to http://localhost:3000/api/revalidate when I create/update/delete specific collections.
The webhook is triggered but I get an error “resolves to a denied IP address”. I’ve checked the source code and the only thing I can see is the env variable “IMPORT_IP_DENY_LIST” which is not defined in my docker instance.
I’ve a directus running with docker on port 4000 and a nextjs server running on port 3000.
Any idea?