uniapp,h5

run.log 616B

123456789
  1. nohup: ignoring input
  2. Traceback (most recent call last):
  3. File "/usr/environments/StartBackend/StartBackend.py", line 31, in <module>
  4. socketio.run(app, host="0.0.0.0", port=5569, debug=True) # 使用 socketio.run 替换 app.run
  5. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  6. File "/usr/environments/starter_env/lib/python3.11/site-packages/flask_socketio/__init__.py", line 646, in run
  7. raise RuntimeError('The Werkzeug web server is not '
  8. 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.