Version ie <v5.10.30>
5.11.41
Environment <Docker/Shared Hosting/Zip/Other>
ZIP
Checklist
- Can you replicate the issue on our v5 demo site https://demo.invoiceninja.com or Invoice Ninja? No for either.
- Have you searched existing issues? Yes.
- Have you inspected the logs in storage/logs/laravel.log for any errors? Yes. File is empty.
Describe the bug
Similar to this issue #10233
Chrome dev console outputs the following after clicking save:
message: 'Request failed with status code 400', name: 'AxiosError', code: 'ERR_BAD_REQUEST', config: {…}, request: XMLHttpRequest, …
response
:
"<html>\r\n<head><title>400 Bad Request</title></head>\r\n<body>\r\n<center><h1>400 Bad Request</h1></center>\r\n</body>\r\n</html>\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n"
responseText
:
"<html>\r\n<head><title>400 Bad Request</title></head>\r\n<body>\r\n<center><h1>400 Bad Request</h1></center>\r\n</body>\r\n</html>\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n"
responseType
:
""
responseURL
:
"https://invoice.company.com/api/v1/companies/dasdasdasda"
Steps To Reproduce
- Update from 5.10.44 > 5.11.41
- Go to Company page in settings.
- Attempt to change any of your personal company info and receive error
Expected Behavior
Able to save company after making changes.