You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 13, 2023. It is now read-only.
When removing a product from a bundle via the product detail page in the administration there is an error when clicking on the save button.
The Error says "An error occurred while saving the entity "....". and the Symfony toolbar shows a response code 404 of an ajax request.
It seems like the delete route is called multiple times and is causing the error from the 2nd call onwards.