I'm uploading a nextjs 13 project to a VPS, but the links at the project home wasn't working as expected. So I opened the network tab and have seen it:
Each url of these requests has the structure "/product/{id}?_rsc={hex}", and "/product/{id}" is the url that my links are pointing to, so I think it is correlated (probably prefetching of pages).
These requests stay pending until it resolve to 502 - bad gateway and I don't know the reason for it.
My environment: Ubuntu 22.04.1 LTS, Node 16.14.0, Nginx 1.18.0, NextJS 13.4.7