Open KoenLemmen opened 4 months ago
Hi @KoenLemmen thanks for checking this out. I haven't messed around too much with parallel / intercepting routes.
I'll give it a whirl with the repro repo you've provided and see. It seems like the same error for dynamic pages (which works with next-static-utils), so I'm optimistic it could work!
I tried messing around with it myself, but I think the issue is more related to parallel / intercepting routes than generateStaticParams().
I tested it like this: https://github.com/KoenLemmen/nextgramminimal/tree/static-utils I might be doing it wrong of course. But I still get the same error.
This looks super awesome for static websites! Thanks for making this.
I'm looking if this solution is also suitable for this problem: https://github.com/vercel/next.js/issues/63951 Since its issue is closely related to the issues within this scope.