Forums

Something went wrong Error code: Unhandled Exception

The first place to look is at your web app page to ensure that there are no errors indicated there. Next, check your site's server and error logs for any messages — you can view them here: naeemahsmall.pythonanywhere.com.error.log naeemahsmall.pythonanywhere.com.server.log You can find helpful tips on the PythonAnywhere help site: There's an ImportError in the logs "403 Forbidden" error or "Connection Refused" error in logs Database connection errors There are many more helpful guides on our Help pages

I installed import dash_bootstrap_components as dbc due to the error in the error, but it's still not working. Also, I am getting an Error running WSGI application. What should I do?

What kind of error do you see exactly? If that's an import error, make sure that you actually installed the required package for the same Python environment that is used by your web app (check Python versions, virtual environments etc.).