$model->getPath() results in 404 #2752
Unanswered
jrmypttrsn
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to use
getPath()
instead ofgetUrl()
so that files uploaded in my app may not be accessed by unauthenticated users.But
$model->getPath()
just results in a 404 for every file I've uploaded.$model->getUrl()
and$model->getFullUrl()
both work properly. What am I missing?Beta Was this translation helpful? Give feedback.
All reactions