python thunorctl.py createsuperuser
on the command line.
python thunorctl.py version
. If not, then run python thunorctl.py upgrade
. Then, make sure you've created an account using python thunorctl.py createsuperuser
. Use the email address and password that you entered there to log in to Thunor.
docker-compose logs app
in the thunor-web directory. You should see a Python exception with a Traceback with further information on the error.
The previous internal server error was solved by changing ownership away from root in the _state directory. Now I am getting another internal server error when trying to upload one of my files.
Forbidden (403)
CSRF verification failed. Request aborted.
You are seeing this message because this site requires a CSRF cookie when submitting forms. This cookie is required for security reasons, to ensure that your browser is not being hijacked by third parties.
If you have configured your browser to disable cookies, please re-enable them, at least for this site, or for 'same-origin' requests.
More information is available with DEBUG=True.