Getting 404 Error on deployment, trying to troubleshoot issue. I used Django

I was deploying a django project and I get a 404 error. When I run it on localhost everything seems to be working fine. My project path has the vercel.json and requirements.txt file. Could I get help with troubleshooting the error, would be appreciated.

Hey @aolutunde4. Please give these tips a try and let me know how it goes :smile:

Thank you going to look into it right now

I was able to get passed the 404 error but now I am dealing with a 500: INTERNAL_SERVER_ERRORCode: FUNCTION_INVOCATION_FAILEDID: cle1:cle1::jkfm7-1730351133500-8a9812772720. I have selenium in this project, am I able to use that library? It’s the main library I use for the project.

Many different things could cause that here, but rhere’s also a guide to help with that :slightly_smiling_face:

I was able to get passed the the page I showed before. Now this is what I am seeing anytime click on my website:

Everything works fine on local machine, when I go to think link :Matchup Generator , no errors occur. I assume it’s because the webdriver isn’t needed since I didn’t generate any matches. Are there certain dependencies I need to find the webdriver in this project?

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