<file-pond
:allow-multiple="true"
:accepted-file-types="['application/pdf']"
server="/tmp"
/>
This works locally but when it gets deployed on Heroku, it doesn't support /tmp
resulting in the following error:
Failed to load resource: the server responded with a status of 503 (Service Unavailable)
I tried to look up Heroku documents on handling file uploads and it "seems" to support the /tmp
from the root path of the current domain but it's still giving me an error.