I have a NextJs Application that has been deployed to vercel that has a dashboard/users route when trying to access this route, which uses SSR in the developer console I see that a request to /_next/data/ld-OZbjuY-alZAOD8xnFp/dashboard/users.json is made I think it is calling an Edge function but I don't know and that call is returning always a 504 error i really don't know why. on my local machine thinks works well but once deploy it keeps returning 504 error Here is the image of the error
I need help