How I can access the run time application log to fix 404 Error

Hello,
My application is deployed and I login correctly, but I got the 404 Error when I used its functions and when I tried to check the run time log to resolve the problem I got the message " There are no runtime logs in this time range " . Please direct me to how I can check the application log?

Regards

There’s another community post with 404 debugging tips that might be helpful. Please give these solutions a try and let us know how it goes.

A human should be around soon to offer more advice. But you can also get helpful information quickly by asking v0.

Your site is currently deployed as a static site, so your server code isn’t actually running

You can follow this guide to set up a custom server on Vercel, which will replace your current Server.js file

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