App does not fetch data in production and no errors

I am using Nextjs 15 and Drizzle postgres with neon db , I run the app in dev and the fetch is successful, same database same user, however the same is not possible in production and there is no error

Production

Dev


Since there are no errors in logs and redeployment even creating a new project did not work

What do you see in the Runtime Logs and browser dev tools when this happens?

It looks like the path doesn’t exist when deployed, so there could be a configuration issue. Here’s a guide with some 404 debugging tips that can help:

No error in runtime logs and browser dev tools hence asking here, but I did a vercel deploy via CLI and that fixed it, I was deploying via Github to main branch initially

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.