I'm trying to host a Flask restful server on PythonAnywhere. My code ran fine locally, on python anywhere it had troubles connecting to my original database provider. So, I switched to using PythonAnywhere databases and using the flask template from the tutorial here. The template ran fine, but when I replace it with my code, it doesn't seem to work. The webapp page just displays "Something went wrong".
Where can I access a log of what triggered the error.