Pudl0 / westerloy

0 stars 0 forks source link

Migrate to Nextjs v14 to prevent caching in eventdashboard #38

Closed Luminagitur closed 8 months ago

Luminagitur commented 8 months ago

Motivation

Currently, new events are not loaded dynamically in the /eventdashboard as desired. Only when a new event is created and the build script is executed again, new events appear. This is due to the poor caching philosophy of Nextjs in general. In Nextjs v13 it is hardly possible to turn off caching, this has been majorly improved in v14. Therefore, the Westerloy project must be migrated in order to use the new caching options.


Acceptance criteria


Technical solutions


Attachments

/