u3u

Results 95 comments of u3u

This is a very old large Vue2 project of the company, but I have to continue to maintain it 😰.

@ony3000 Thank you very much! It perfectly solved my problem!

Before the #39707 merge, if anyone else is bothered by it, my solution is to modify [`node_modules/next/dist/server/send-payload/revalidate-headers.js`](https://github.com/vercel/next.js/pull/39707/files) and then use [patch-package](https://github.com/ds300/patch-package) to generate the patch. If you use `pnpm` then...

@AdamZaczek You should follow the [link](https://github.com/vercel/next.js/pull/39707/files) above to modify the content: ```diff diff --git a/dist/server/send-payload/revalidate-headers.js b/dist/server/send-payload/revalidate-headers.js index 4d9250fa1902ecdca0a4220df9863082d49aa00a..b554381956007582e7a5fb678b89e2841a8fee16 100644 --- a/dist/server/send-payload/revalidate-headers.js +++ b/dist/server/send-payload/revalidate-headers.js @@ -5,16 +5,20 @@ Object.defineProperty(exports, "__esModule", {...

@michaelrambeau The next day has already recovered, I forgot to check the network request at that time, it was also the first time I saw this error in many years.