Jiayong

Results 5 comments of Jiayong

It appears to not work for me either with a Nextjs setup, it simply ignores the overrides and I think it also ignores the 'resetHandler' function. I am wondering if...

@deshiknaves After looking into this a few more times, I realized that the interception will not work if the requests are in the `getStaticProps` function, but seems fine elsewhere. I...

@deshiknaves Thanks for the clarification! I thought that would be the case too. Do you by chance know a way to test the getStaticProps requests using a similar setup?

I am seeing two behaviors from my workflow and maybe this is related. I am using `node@20` and `[email protected]` `--save` works with the `npm update` command, however, if I set...

Hi @jcannon98188 , @samanthaandrews and I are both working on the same bug, I can help with providing the failed test that showcases the problem. This is the test that's...