Apparently #4138 broke routing for resources that have a nested URI, like foo/{id}/bar/{otherId}.
This causes problems in Mail for folder resources like /apps/mail/account/1/folder/xyz. The route now always returns 404. Route is defined here https://github.com/nextcloud/mail/blob/master/appinfo/routes.php#L68
@rullzer @nickvergessen ideas?
Apparently #4138 broke routing for resources that have a nested URI, like
foo/{id}/bar/{otherId}.This causes problems in Mail for folder resources like
/apps/mail/account/1/folder/xyz. The route now always returns 404. Route is defined here https://github.com/nextcloud/mail/blob/master/appinfo/routes.php#L68@rullzer @nickvergessen ideas?