In Next.js I’m getting a 404 error when I try to send a get request to a static route handler inside a dynamic one
I’m using thunder client and although the dynamic route is working fine, when I send a get request to the successor route it throws a 404 not found error, I know this means that the request can’t reach the route.