Closed mattimatti closed 2 years ago
I cannot reproduce the issue. The camera page buttons work fine for me. Perhaps you're using an out of date browser.
i'm using safari Version 13.1.3 (15609.4.1) on macos catalina 10.15.7. yes indeed it was safari somehow preventing the call. iIswitched to chrome after allowing the certificate. (tricky on mac) and all works. So far so good!
Btw thank you for this big thing you carry on. Wil try to help out.
Describe the problem/bug
A camera created cannot be deleted nor its parameters updated
Versions:
Reproducibility
Please list specific setup details that are involved and the steps to reproduce the behavior:
Expected behavior
I expect the camera to be deleted or updated
Screenshots
Additional context
Is it possible that the form action does not match the route?
Form action declared
https://github.com/kizniche/Mycodo/blob/09351dcbc11aba1c84be7765a8050792a3df4222/mycodo/mycodo_flask/templates/pages/camera.html#L113
Route hanlinh delete/update
https://github.com/kizniche/Mycodo/blob/671e67b47509bd3c2f90f4edb093396b39900a79/mycodo/mycodo_flask/routes_page.py#L135