Open abhishek-mittal opened 4 months ago
Hey @abhishek-mittal
Just noticed this and while I haven't fixed the issue as a whole the current work around is to lock the next version to 14.2.1
I'll continue looking into this and add a PR to update this template in the coming days.
Having the same issue, locking next js version works as a work around.
Issue Summary:
When running
tinacms build --partial-reindex && next build
for my project, the static page generation times out repeatedly, causing the build process to fail.Steps to Reproduce:
Run tinacms build --partial-reindex. Run next build. Observed Behavior: The build process times out during static page generation with the following warnings and errors:
Expected Behavior: The build process should complete without timeouts and errors.
Environment:
next: 14.x.x tinacms: ^1.6.7 Operating System: Macos (14.5 ) Additional Context: The issue seems to be related to static page generation timing out. Any guidance on resolving this would be appreciated.