{"status":"error","message":"An unexpected error occurred","errors":"[Errno 5] Input/output error"}

This problem occurs when I create an order in my project. I hosted it on GoDaddy, and the problem occurred only after hosting. If I run this locally, it will create the order. Understand this error Error saving data: dl {message: 'Request failed with status code 500', name: 'AxiosError', code: 'ERR_BAD_RESPONSE', config: {…}, request: XMLHttpRequest, …} this is the error it shows in the react front end {"status":"error","message":"An unexpected error occurred. "errors": "Input/output error"} and this is the error shows in the flutter app while creating the order

Вернуться на верх