My list view is only showing the next 5 events but I actually need it to display all of the future events. I have set “Number of events to show per page” to 999.
Interestingly, it will show all the events if I perform the following steps:
1. visit /events/list (it will only show 5 events at this point even though there are many more)
2. click “Next Events” (it will now say “There were no results found.”)
3. click “Previous Events” (now it will show all of the events properly)
Refreshing will return the page to only showing 5 events.
How do I set it up so that list view will always show all future events?