Skip to content

Migrate from Gatsby to Next.js 13

Alexander Schoch requested to merge 49-nextjs-v13 into master

The AMIV website was written in Gatsby, which turned out to not perfectly fit our requirements. Most importantly, Gatsby caches events from the AMIVAPI on build time and only updates them after cache runs out. This led to Event registration windows opening without members being able to see them. A workaround for this was to rerun the pipeline and thus caching the newest events.

Merge request reports