Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changedetection - changedetection_path_prefix does not work #145

Open
drelephant opened this issue Feb 10, 2024 · 0 comments
Open

Changedetection - changedetection_path_prefix does not work #145

drelephant opened this issue Feb 10, 2024 · 0 comments

Comments

@drelephant
Copy link

I could not get changedetection to be accessible in a subpath.

changedetection_enabled: true
changedetection_hostname: change.myhost.org
changedetection_path_prefix: /changedetection
changedetection_playwright_driver_enabled: true

This did not work, I get a 404 error when trying to access myhost.org/changedetection.

The only way I could get it to work was to comment out changedetection_path_prefix:

changedetection_enabled: true
changedetection_hostname: change.myhost.org
#changedetection_path_prefix:
changedetection_playwright_driver_enabled: true

It's not great because the example in the docs actually use changedetection_path_prefix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant