Replies: 5 comments 4 replies
-
Not directly a bug in changedetection.io (so far, I think), so i'll move this to discussions
what if you add an extra location with the forward slash? does it fix your problem? |
Beta Was this translation helpful? Give feedback.
-
Partially related: |
Beta Was this translation helpful? Give feedback.
-
Just an update this is still broken. |
Beta Was this translation helpful? Give feedback.
-
Another update after a bunch of trying to figure out how the base_url works. It seems the base url functionality is completely broken. I changed
from:
to:
I tested to see if the default base URL changed to "test"
Looking in
the class is being called datastore. |
Beta Was this translation helpful? Give feedback.
-
On a second note, after digging through the code, I found my solution.
Makes the X options in your webserver work, this makes it so X-Forwarded-Prefix "/watcher" |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
I run a reverse proxy for my change detection.
I access it via https://mydomain.com/watcher
I have previously had to meddle with the trailing slash for things to work correctly, but now all links including the CSS requests are not including the /watcher in the request/links
Version
v0.39.18
To Reproduce
Steps to reproduce the behavior:
Apache config:
My environment variables:

Expected behavior
The links to include the subfolder
Screenshots
Additional context
Add any other context about the problem here.
Beta Was this translation helpful? Give feedback.
All reactions