Nícholas André
Nícholas André
In the pages router, you need to pass the exact same params both on the server and on the client, see the example here: https://github.com/10up/headstartwp/blob/develop/projects/wp-nextjs/src/pages/%5B...path%5D.tsx#L106
Thanks for the bug report
> I've added a few comments throughout code, mostly as questions/clarifications :) > > Love the amount of `satisfies` usage ❤️ > > A note on usage of interfaces. Is...
@Tanu1201 feel free to pick this up, I'm sure not sure what the workaround would be. `withHeadstartWPConfig` makes the assumption that it is being called from the next.js root directory...
@Tanu1201 Sure, This has been partially adressed by providing a separate cache provider for each test. The other side of this issue was to figure out a better story for...
Note: do not use batcache for headless sites.
I think we need better support for Polylang translated slugs featured. I'll look into how this could be better supported in general.
@lucymtc was your fix essentially skip using ctx.resovledUrl at all even when using getStaticProps?
@claytoncollie You're definitely right that the plugin could get a bit more love. I'd love to see changes on that front too, feel free to submit a PR! I don't...
I can replicate on your project but on the default project 🤔 . This issue has been haunting us for a while.... In the past I was able to replicate...