Share Link not working when using Docker image on a user defined bridge network #1364
-
I am running the v0.40.1.1 Docker image. I had an issue with a Price check that I was going to report as an issue, but when I tried to use the share link feature I got the following error.
When I switch the container network back to the default bridge (rather than a user-defined bridge) the share feature works. I originally put it on a user-defined bridge to get Playwright to work. ChangeDetection and Playwright are on their own custom bridge so they can communicate with each other. I'm not sure if there's a way to make Playwright work on the default bridge. It has been a while since I configured everything this way. Is anyone else running with this type of configuration? Is there another way I can configure the Docker network and have Playwright continue to work? I am running Docker on Unraid but that doesn't usually behave any differently than standard Docker on Linux, since it is just standard Docker. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
aaah you must have the old |
Beta Was this translation helpful? Give feedback.
-
@BryanWall did you fixed it ? i also having this problem in Unraid |
Beta Was this translation helpful? Give feedback.
-
Fixed by changed container name to 'changedetection' from 'changedetection.io' |
Beta Was this translation helpful? Give feedback.
Fixed by changed container name to 'changedetection' from 'changedetection.io'
but not sure if https://changedetection.io/share.... or our base URL should be in the link host ...