I am getting an error that says my link is broken and that the URL doesn't exist on the site

It says my deploying is complete but I keep getting this error and I am not sure what to do because my website appears locally

Here is the site : https://klassybraids.netlify.app/

Hi there,

Did you see this guide yet? This is the best place to start for “Page Not Found” issues.

If you are still seeing issues after following the troubleshooting steps in there, please check out this Support Guide as well. It outlines all of our build and deploy resources and will get you on the right track :slight_smile:

If none of the above resources help, please write back with what steps you have tried and we can look into this further!

Hi I tried to deploy my application by shortening it, I try to deploy it through the drop zone and using the command line. I also tried to adjust the building setting but nothing is working

Hi, @mswright5981. It looks like the code deployed is an attempt to run a Python Flask site. Is that analysis correct?

If so, please note that you cannot run Python code at Netlify after the deploy completes. Your code appear to require that you run a Python application server. Netlify does not support this type of website. There is a support guide with more information here:

If this is not a Flask site or if there are other questions, please let us know.