Your WSGIPath refers to a file that does not exist

后端 未结 5 1809
温柔的废话
温柔的废话 2020-12-09 01:16

I\'m trying to upload my Flask application to AWS however I receive an error on doing so:

Your WSGIPath refers to a file that does not exist.

5条回答
  •  旧巷少年郎
    2020-12-09 01:44

    For me the problem was I had misspelled a filename:

    I wrote: ..ebextensions/django.conf

    When I needed: ..ebextensions/django.config

    This cost me about 3 hours of my life today. The trouble was that the AWS error is misleading, because the "WSGIPath" it refers to is not the file above, but some invisible default.

提交回复
热议问题