Deploying images #695
Unanswered
markdav-is
asked this question in
General
Replies: 1 comment
-
When you publish dev to test are you ensuring that the /content folder structure is being published? Have the verified the files exist in the test environment after deployment? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a dev environment (my PC) and a test environment (azure). Both environments are point to the same database. When I'm in Dev, I upload images and build some pages. the images get uploaded to content/tenant/site/images. if I publish dev to test, the images are broken. I'm sure there is a relationship between the DB and the file uploaded. I see the image names are routes, like http://localhost:44357/1/api/file/download/21 and somehow that finds my file. So I trid setting the build-action to content for the files in my solution, but no dice. I also don't seem to be able to re-upload an existing file, so I'm not sure what to try next.
Beta Was this translation helpful? Give feedback.
All reactions