I am unable to upload files over 25MB through the /api/user-files/upload-file/ api. I have already configured the file size variable. The log says that I don’t have space on the disk, but my VPS has 80GB of space.
can anybody help me ?
[BACKEND][2024-06-27 16:15:48] response = await wrapped_callback( e(B
[BACKEND][2024-06-27 16:15:48] File “/baserow/venv/lib/python3.9/site-packages/asgiref/sync.py”, line 448, in call e(B
[BACKEND][2024-06-27 16:15:48] ret = await asyncio.wait_for(future, timeout=None) e(B
[BACKEND][2024-06-27 16:15:48] File “/usr/lib/python3.9/asyncio/tasks.py”, line 442, in wait_for e(B
[BACKEND][2024-06-27 16:15:48] return await fut e(B
[BACKEND][2024-06-27 16:15:48] File “/baserow/venv/lib/python3.9/site-packages/asgiref/current_thread_executor.py”, line 22, in run e(B
[BACKEND][2024-06-27 16:15:48] result = self.fn(*self.args, **self.kwargs) e(B
[BACKEND][2024-06-27 16:15:48] File “/baserow/venv/lib/python3.9/site-packages/asgiref/sync.py”, line 490, in thread_handler e(B
[BACKEND][2024-06-27 16:15:48] return func(*args, **kwargs) e(B
[BACKEND][2024-06-27 16:15:48] File “/baserow/venv/lib/python3.9/site-packages/django/views/decorators/csrf.py”, line 55, in wrapped_view e(B
[BACKEND][2024-06-27 16:15:48] return view_func(*args, **kwargs) e(B
[BACKEND][2024-06-27 16:15:48] File “/baserow/venv/lib/python3.9/site-packages/django/views/generic/base.py”, line 103, in view e(B
[BACKEND][2024-06-27 16:15:48] return self.dispatch(request, *args, **kwargs) e(B
[BACKEND][2024-06-27 16:15:48] File “/baserow/venv/lib/python3.9/site-packages/rest_framework/views.py”, line 509, in dispatch e(B
[BACKEND][2024-06-27 16:15:48] response = self.handle_exception(exc) e(B
[BACKEND][2024-06-27 16:15:48] File “/baserow/venv/lib/python3.9/site-packages/rest_framework/views.py”, line 469, in handle_exception e(B
[BACKEND][2024-06-27 16:15:48] self.raise_uncaught_exception(exc) e(B
[BACKEND][2024-06-27 16:15:48] File “/baserow/venv/lib/python3.9/site-packages/rest_framework/views.py”, line 480, in raise_uncaught_exception e(B
[BACKEND][2024-06-27 16:15:48] raise exc e(B
[BACKEND][2024-06-27 16:15:48] File “/baserow/venv/lib/python3.9/site-packages/rest_framework/views.py”, line 506, in dispatch e(B
[BACKEND][2024-06-27 16:15:48] response = handler(request, *args, **kwargs) e(B
[BACKEND][2024-06-27 16:15:48] File “/usr/lib/python3.9/contextlib.py”, line 79, in inner e(B
[BACKEND][2024-06-27 16:15:48] return func(*args, **kwds) e(B
[BACKEND][2024-06-27 16:15:48] File “/baserow/backend/src/baserow/api/decorators.py”, line 105, in func_wrapper e(B
[BACKEND][2024-06-27 16:15:48] return func(*args, **kwargs) e(B
[BACKEND][2024-06-27 16:15:48] File “/baserow/backend/src/baserow/api/user_files/views.py”, line 57, in post e(B
[BACKEND][2024-06-27 16:15:48] if “file” not in request.FILES: e(B
[BACKEND][2024-06-27 16:15:48] File “/baserow/venv/lib/python3.9/site-packages/rest_framework/request.py”, line 442, in FILES e(B
[BACKEND][2024-06-27 16:15:48] self._load_data_and_files() e(B
[BACKEND][2024-06-27 16:15:48] File “/baserow/venv/lib/python3.9/site-packages/rest_framework/request.py”, line 279, in _load_data_and_files e(B
[BACKEND][2024-06-27 16:15:48] self._data, self._files = self._parse() e(B
[BACKEND][2024-06-27 16:15:48] File “/baserow/venv/lib/python3.9/site-packages/rest_framework/request.py”, line 354, in _parse e(B
[BACKEND][2024-06-27 16:15:48] parsed = parser.parse(stream, media_type, self.parser_context) e(B
[BACKEND][2024-06-27 16:15:48] File “/baserow/venv/lib/python3.9/site-packages/rest_framework/parsers.py”, line 108, in parse e(B
[BACKEND][2024-06-27 16:15:48] data, files = parser.parse() e(B
[BACKEND][2024-06-27 16:15:48] File “/baserow/venv/lib/python3.9/site-packages/django/http/multipartparser.py”, line 123, in parse e(B
[BACKEND][2024-06-27 16:15:48] return self._parse() e(B
[BACKEND][2024-06-27 16:15:48] File “/baserow/venv/lib/python3.9/site-packages/django/http/multipartparser.py”, line 326, in _parse e(B
[BACKEND][2024-06-27 16:15:48] chunk = handler.receive_data_chunk(chunk, counters[i]) e(B
[BACKEND][2024-06-27 16:15:48] File “/baserow/venv/lib/python3.9/site-packages/django/core/files/uploadhandler.py”, line 175, in receive_data_chunk e(B
[BACKEND][2024-06-27 16:15:48] self.file.write(raw_data) e(B
[BACKEND][2024-06-27 16:15:48] File “/usr/lib/python3.9/tempfile.py”, line 613, in func_wrapper e(B
[BACKEND][2024-06-27 16:15:48] return func(*args, **kwargs) e(B
[BACKEND][2024-06-27 16:15:48] OSError: [Errno 28] No space left on device e(B
[BACKEND][2024-06-27 16:15:52] 10.0.1.14:0 - “POST /api/user-files/upload-file/ HTTP/1.1” 500 e(B
[BEAT_WORKER][2024-06-27 16:16:00] [2024-06-27 16:15:41,201: INFO/MainProcess] Scheduler: Sending due task baserow.core.trash.tasks.mark_old_trash_for_permanent_deletion() (baserow.core.trash.tasks.mark_old_trash_for_permanent_deletion) e(B
[EXPORT_WORKER][2024-06-27 16:16:00] [2024-06-27 16:15:41,218: INFO/ForkPoolWorker-1] Task baserow.core.trash.tasks.mark_old_trash_for_permanent_deletion[53ee2e63-6f7a-4a9a-a95e-25478a05f796] succeeded in 0.012626295007066801s: None e(B
[EXPORT_WORKER][2024-06-27 16:16:00] [2024-06-27 16:16:00,028: INFO/MainProcess] Task