API broken after Update to 3.6.4
After Updating to 3.6.4 the API is not working anymore:
curl --request POST --url https://xxxxx.de/lists/api/v2/sessions --header 'Content-Type: application/json' --data '{"login_name": "admin","password": "xxxxx"}'
results in:
<br /> <b>Warning</b>: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in <b>/www/htdocs/XYZ/YYYYY/lists/base/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php</b> on line <b>2636</b><br /> <br /> <b>Warning</b>: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in <b>/www/htdocs/XYZ/YYYYY/lists/base/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php</b> on line <b>2665</b><br /> {"code":500,"message":"Internal Server Error"}
After updating the API was disabled :(
Thanks for reporting this. I will re-open this as this needs attention. But it seems you have notices enabled, which will be good to disable.
But it looks like it's a broken dependency, so we should look into that.