Joseph
Joseph
Maybe you can do an experiment. Does it also fail, if you create a node script, or just open the Node repl, and try to make a fetch request from...
I tried this in latest Next 15 and 14, and it doesn't look like it is an issue anymore. ```console Route (app) Size First Load JS ┌ ƒ / 0...
Does it work locally though? I don't remember details right now but I was trying to improve the custom page extensions documentation and found some unexpected behavior with some files...
Won't the destructuring of ,`process.env`, be a problem for those that use DefinePlugin from webpack? Typically the `process.env.FOO` is inlined as is.
Interesting... so the problem is not as phrased by the title, thought the problem exists. One way to see the issue is with the devtools network, and preserve logs, but...
I think the issue is still, a `Double redirect when using a loading boundary and Route Handlers` From the test I see that, the intention had been to redirect to...
Alright, I see, the odd thing is that the test introduced by #63786 should really be guarding against that... I'll try to run the tests on this machine, to see...
Ok, I got them tests running here, and isolated to the test introduced in #63786 plus a router handler test redirect I wrote, and I can see that, the test...
Hi, Yes, but it depends... Let's take a concrete actionable example: > [!NOTE] > https://httpbin.dev/uuid returns a different uuid on every invokation ```tsx // app/posts/[slug]/page.tsx export async function generateStaticParams() {...
We've document this now. Thanks for the feedback. I still think there's room to improve around generateMetadata. I've gotten another clarification request. I'll review the whole thing and maybe some...