Skip to content
Discussion options

You must be logged in to vote

I tested your repository and encountered the same issue. However, I was able to resolve it by installing the Canary version with the --force flag. Here's the command I used:

npm install next@canary --force

Additional Considerations

Keep in mind that since PPR is an experimental feature, it may have bugs or instability issues. Use it cautiously, especially in production environments.

For further details on using Partial Prerendering and other experimental features, refer to the official Next.js documentation.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@KaziShahHamza
Comment options

@Arkamit
Comment options

Answer selected by KaziShahHamza
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
3 participants