Replies: 1 comment
-
If anyone faces the same problem, this stackoverflow thread explained it well. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I have this issue and haven't been able to find any one else experiencing this.
I'm mapping a few directories as docker volumes into my nextjs public folder:
It works fine, but when I add a file on my machine to
~/myimages
NextJS is unable to find it untill I restart the Docker container. I don't want to restart the Docker container, because I'm using SSG and it takes me back to the state when I built the Docker image.Is there some configuration I'm missing here?
Beta Was this translation helpful? Give feedback.
All reactions