This solved my problem in production by adding a second static Plug in endpoint.ex, for the Waffle local storage integration
plug Plug.Static,
at: "/uploads",
from: Path.expand('./uploads'),
gzip: false
This solved my problem in production by adding a second static Plug in endpoint.ex, for the Waffle local storage integration
plug Plug.Static,
at: "/uploads",
from: Path.expand('./uploads'),
gzip: false