hossamm
(Hossamm)
June 9, 2025, 4:58am
1
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
system
(system)
June 9, 2025, 4:58am
2
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.
Sometimes things don’t go as expected when deploying a website. If you see a 404 on your site, that means the page or resource couldn’t be found.
There are many possible causes, and the absence of something can be tricky debug if you don’t know where to look. Here are some things you can do to find the cause and fix it.
Debugging Tips
Check the error code
If you see a mostly white screen with 404: NOT_FOUND along with a Code and and ID then you can click the blue info box below the error deta…
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
system
(system)
Closed
June 16, 2025, 9:32pm
6
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.