Your WSGIPath refers to a file that does not exist

后端 未结 5 1810
温柔的废话
温柔的废话 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:46

    I had the same message, but for a very stupid reason.

    Apparently, when I cloned the repo to my Windows PC and then pushed back the changes, somewhere along the way Windows changed ".ebextensions" folder to "ebextensions" (dropping the leading ".").

    So when I renamed back the folder to ".ebextensions" in the master repo, everything started working again perfectly.

提交回复
热议问题