Subject: Flask Web App Not Starting - ModuleNotFoundError: flask_cors Hello PythonAnywhere team,
My web application at http://robertodigregoli.pythonanywhere.com/ is not starting.
The error log (/var/log/www/robertodigregoli.pythonanywhere.com.error.log) is not updating and only shows old messages from August 14, 2025, specifically: ModuleNotFoundError: No module named 'flask_cors'.
I have already tried the following steps:
Installed flask-cors using pip3.13 in the Bash console.
Verified and set my web app's Python version to 'Python 3.13' in the Web section.
Performed multiple reloads of my web app, waiting each time.
Despite these actions, the application does not start, and the error log remains static, which suggests a process-level issue. Could you please check my web application process and internal system logs to diagnose and resolve this problem?
Thank you in advance for your help.
Best regards, Roberto Di Gregoli