Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
django プロジェクトを展開し、manage.py ではすべて問題なく動作しますが、gunicorn projectname.wsgi を介してデフォルトの gunicorn サーバーを実行すると、登録フォームを送信できず、502 Bad Request エラーが発生します。
何か案は?
manage.py runserver はセロリ ワーカーを自動的に起動するようですが、gunicorn.wsgi は起動しません。すべてのワーカーを起動すると、問題が解決しました。
コメントありがとうございます!