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
[x] Migrate westerloy project to Nextjs v14.
[x] Adjust no-caching for component EventDashboard .
[x] Refactor all references if necessary due to Nextjs migration.
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
EventDashboard
.Technical solutions
Attachments
/