You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That "The Werkzeug web server is not designed to run in production." is correct. We need a config option to run it only for development.
INFO: MSS Version: 9.3.1
INFO: Python Version: 3.11.6 | packaged by conda-forge | (main, Oct 3 2023, 10:40:35) [GCC 12.3.0]
INFO: Platform: Linux-5.15.0-125-generic-x86_64-with-glibc2.35 (('64bit', 'ELF'))
INFO: Launching MSColab Server
Traceback (most recent call last):
File "/home/r.bauer/MAIN/MSS/.pixi/envs/tutorials/bin/mscolab", line 10, in <module>
sys.exit(main())
^^^^^^
File "/home/r.bauer/MAIN/MSS/mslib/mscolab/mscolab.py", line 410, in main
handle_start(args)
File "/home/r.bauer/MAIN/MSS/mslib/mscolab/mscolab.py", line 58, in handle_start
start_server(APP, sockio, cm, fm)
File "/home/r.bauer/MAIN/MSS/mslib/mscolab/server.py", line 1020, in start_server
sockio.run(app, port=port, debug=mscolab_settings.DEBUG)
File "/home/r.bauer/MAIN/MSS/.pixi/envs/tutorials/lib/python3.11/site-packages/flask_socketio/__init__.py", line 651, in run
raise RuntimeError('The Werkzeug web server is not '
RuntimeError: The Werkzeug web server is not designed to run in production. Pass allow_unsafe_werkzeug=True to the run() method to disable this error.
Start and Seed MSColab server
The text was updated successfully, but these errors were encountered:
That "The Werkzeug web server is not designed to run in production." is correct. We need a config option to run it only for development.
The text was updated successfully, but these errors were encountered: