Redirection to Heroku : 502 Proxy Error for static files (Django app)

I have a Django app hosted on Heroku https://omegapp3.herokuapp.com and a custom domain association-omega.com that I configured to be redirected on the Heroku app.
When I go on association-omega.com, the first page ( index.html ) is well served but for all of the static files, I have a 502 Proxy Error. Do you know if there are any prerequisite for static files ? (I use whitenoise to serve static files).

链接地址: http://www.djcxy.com/p/60106.html

上一篇: 如何在heroku上设置乘客5配置文件

下一篇: 重定向到Heroku:静态文件的502代理错误(Django应用程序)