Good morning!
I'm currently running Directus v9 locally with Docker. When I try to upload a large file in the File Library of my project, I'm getting the error on the attached screenshot. Here is the detailed error:
{
"stack": "AxiosError: Network Error\n at R.onerror (http://localhost:8055/admin/assets/use-sync-142c55ed.js:29:4380)",
"message": "Network Error",
"name": "AxiosError",
"code": "ERR_NETWORK",
"config": {}
}
My network is perfectly working and the file I am trying to upload is located on the same computer as the project. I trying to find if there was a setting somewhere to maybe change the size limit or the time limit while uploading but I have not found anything like this and the software doesn't seem to have limitations like that so I really don't know how to fix this issue...