Reloading the web app gives a 404. #4345
-
I am trying to switch from the dev version to a build version of the photos web app using docker/nginx to point to the apps/photos/out folder. Everything seems to be working but the entire site seems to be based on http://<ente>/gallery. And if I ever hit F5 or refresh the page I get a 404 Not Found. I can add I'm using the latest commit from git (92c476c) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
What do you mean by http:///gallery ? I have never heard of this. Can't seem to understand what your issue exactly. |
Beta Was this translation helpful? Give feedback.
Huh, using the Dockerfile from here rather than using
yarn build:photos
and then pointing an nginx container at apps/photos/out seems to work.