Remove dedicated environments

Created on 27 May 2024, 7 months ago
Updated 10 June 2024, 6 months ago

Problem/Motivation

Dedicated support for Next.js environments is not needed. This unnessecarily bloats the configuration of the module.
Changing the cache webhook path to the full URL is sufficient.

The initial motivation of using environments was, that the cache may need to be invalidated per deployment.
This is NOT the case, because Vercel cache is per project and per environment, as stated here:

https://vercel.com/docs/infrastructure/data-cache#revalidation-behavior

The idea is to set the environment-specific correct URL for cache invalidation. Cache revalidation then works across all deployments in the same environment.

📌 Task
Status

Fixed

Version

1.0

Component

Code

Created by

🇦🇹Austria chfoidl Salzburg

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024