Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Incremental Static Regeneration & Convert to App Router #13

Open
breezyfasano opened this issue Jul 8, 2024 · 0 comments
Open

Fix Incremental Static Regeneration & Convert to App Router #13

breezyfasano opened this issue Jul 8, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@breezyfasano
Copy link
Owner

Background

Currently, the site uses the pages router for the entirety of the site, with the getStaticProps() function to fetch and serve Eventbrite data. This is possibly why Incremental Static Regeneration stopped working. Netlify updated their runtime for this feature around the time the functionality stopped working, so it's probably best to get this updated and utilizing newest Next functionality.

Main issue

The Events page is not automatically updated when a new eventbrite is created anymore,

Proposed Fix

Convert the site to use the _app router and update any data fetching calls, particularly on /events.

@breezyfasano breezyfasano self-assigned this Jul 8, 2024
@breezyfasano breezyfasano added the bug Something isn't working label Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant