Relative Content

Tag Archive for pythonhtmlcssflaskcpanel

Flask 404 page not found when trying to call functions

I have a Flask Python program that worked perfectly fine when I ran it locally (port 5000). When I imported it to cPanel, it could not do any of the functions. For example, when I tried doing the /generate_key, it would just try to open /generate_key and not find anything.