Version
6.1.0
What happened?
After updating to version 6.1.0, it is no longer possible to add new entries using the "Advanced Form". When clicking the "Create" button, nothing happens. No entry is created, and the UI does not provide any feedback or error messages.
To Reproduce
Steps to reproduce the behavior:
- Go to the dashboard and click on "New".
- Select "Use advanced form".
- Fill in the details: Service, Account, and Group.
- Select "TOTP" as the type.
- Click on the "Create" button.
Expected behavior
The entry should be saved, and the user should be redirected or receive a success notification.
Actual behavior
Nothing happens when clicking "Create". Interestingly, the "Test" button right next to it works as expected and shows a valid code, but the final submission fails to trigger any action.
Error & Logs
No errors or logs appearing in the browser console and no logs in der docker container logs (even no requests).
Configuration
Browser: Chrome (tested on 3 different devices)
Containerization
Integration
No response
Additional information
The issue persists across multiple devices. Since there are no frontend console logs, it seems the click event is either not being triggered or failing silently before an XHR request is made.
Version
6.1.0
What happened?
After updating to version 6.1.0, it is no longer possible to add new entries using the "Advanced Form". When clicking the "Create" button, nothing happens. No entry is created, and the UI does not provide any feedback or error messages.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The entry should be saved, and the user should be redirected or receive a success notification.
Actual behavior
Nothing happens when clicking "Create". Interestingly, the "Test" button right next to it works as expected and shows a valid code, but the final submission fails to trigger any action.
Error & Logs
Configuration
Browser: Chrome (tested on 3 different devices)
Containerization
Integration
No response
Additional information
The issue persists across multiple devices. Since there are no frontend console logs, it seems the click event is either not being triggered or failing silently before an XHR request is made.