Closed dvanselow closed 2 years ago
Please enable debug mode as follows. Then visit localhost/app/ again and report the error for further debugging. Open the terminal and start the Biomedisa engine
wsl -u biomedisa -d Biomedisa-22.06.1
Enable debug mode in config.py file by changing the debug variable
awk '/DEBUG/{gsub(/False/,"True")}1' /home/biomedisa/git/biomedisa/biomedisa_app/config.py > /home/biomedisa/git/biomedisa/biomedisa_app/config.new.py && mv /home/biomedisa/git/biomedisa/biomedisa_app/config.new.py /home/biomedisa/git/biomedisa/biomedisa_app/config.py
Restart apache server (pw: biomedisa)
sudo service apache2 restart
When I visit localhost/app/ or localhost/storage I get a Server Error (500).
windows 11, full install, recently updated to 22.06.1