[Bug]: Renaming exports fails with 404 error when new name contains a slash #15764
Replies: 1 comment
-
Thanks, created an issue for it #15765 |
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
-
Checklist
Describe the problem you are having
Renaming an export to something that contains a slash results in a 404 error.
It's still possible to create exports with a slash in their name.
Steps to reproduce
Version
0.14.1-f4f3cfa
In which browser(s) are you experiencing the issue with?
No response
Frigate config file
not related
docker-compose file or Docker CLI command
I'm using the ghcr.io/blakeblackshear/frigate:0.14.1 image
Relevant Frigate log output
Relevant go2rtc log output
.
Operating system
Debian
Install method
Docker Compose
Network connection
Wired
Camera make and model
.
Screenshots of the Frigate UI's System metrics pages
.
Any other information that may be helpful
My frigate instance sits behind a nginx reverse proxy, but the same happens when I connect to frigate directly, so I don't think it's an issue with that (also, request url as seen in the browser matches the url in the logs). Maybe the nginx running in the frigate container is deencoding the url or something, idk.
Just my opinion: The new name should be part of a json body in the PATCH request instead of part of the URL
Beta Was this translation helpful? Give feedback.
All reactions