I have two server running a next program for load balancing, when I run npm run build in this two server, they generate two different BUILD_ID in their own .next dir. Then when I visit my site, the server would throw an error Build id mismatch! Seems like the server and the client version of files are not the same. do you know how to solve this problem?
I have two server running a next program for load balancing, when I run
npm run buildin this two server, they generate two different BUILD_ID in their own .next dir. Then when I visit my site, the server would throw an errorBuild id mismatch! Seems like the server and the client version of files are not the same.do you know how to solve this problem?