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
When trying to delete an infrastructure from the interface it just goes to a page with the message "Whoops, looks like something went wrong.". Below I added the error log from Laravel.
We are using the latest snapshot from master branch.
The reason it's failing is because there is a VLAN associated with this infrastructure that needs to be deleted first. If you do that, you should be able to work around this bug and delete the infrastructure then.
@yannrobin - can you update the infrastructure controller's preDelete() to catch this and provide a useful error message to the user. In fact, can you redirect the user to the list of VLANs for the infrastructure in question with the error: You cannot delete this infrastructure as the below VLANs are linked to it. Please delete these VLANs first.
Yes, I can confirm it now works. It would be useful to have a way to also delete the associated VLANs when we delete the infrastructure or maybe move them to another infrastructure.
Hi,
When trying to delete an infrastructure from the interface it just goes to a page with the message "Whoops, looks like something went wrong.". Below I added the error log from Laravel.
We are using the latest snapshot from master branch.
The text was updated successfully, but these errors were encountered: