Hello, I can’t delete integration. It doesn’t do anything when I click the “OK” button. How can I delete undeleted integrations?
Also I can’t delete any integration.
Hello, I can’t delete integration. It doesn’t do anything when I click the “OK” button. How can I delete undeleted integrations?
Also I can’t delete any integration.
Dumb question, but is your Home Assistant username setup as an Admin?
yes, admin user
I found the solution. The problem is that the DELETE type request is blocked by nginx. I solved it by adding the following definition to nginx config
dav_methods PUT DELETE;