Joseph
Joseph
Right, but then I am misunderstanding something. Let me try out a few things in your example. Could you take a screen-recording if possible?
In this flow: - / - click product list page - :navigates to: /plp - history stack is now `[/, plp]` - click product details page - onClick handler ends...
Hi, I kind of want to move this to a discussion for now. Do you have an `.htaccess` file? I wonder if there some rule there taking over the `_next/static`...
Mmm did you manually edit this? ``` c08ab615c.css c08ab6157c.css ``` I mean technically, you preload one thing, and then download another... that explains that warning you see. > In the...
I'll move this to a discussion item for now: - No proper reproduction repository, and - looks like this is more of an environment problem, rather than Next.js
We are taking in the feedback. That component right there is not recommended, keep its usage to a minimum, it de-opts any nested Activities too. The thing is that, eventually,...
What behavior do you observe locally though? Not local dev, but local build + start?
Could you submit a real repository please? Otherwise I am gonna be asking questions here, eventually time box time to try to repro, and likely fail to reproduce the issue.
I wonder if this is because the SSR pass is using the `non-streaming` Server Side APIs, `renderToNodeStream ` for example, which are at the core of Page Router. We can...
We fixed the docs. Promise is a wider, better indication, that matches what the framework ends up passing. We don't have yet prop type helpers for these, otherwise these would've...