Long
15
[BACKEND][2024-02-28 13:11:15] django.core.exceptions.FieldError: Related Field got invalid lookup: id
[BACKEND][2024-02-28 13:11:15] ERROR 2024-02-28 13:11:15,080 django.request.log_response:241- Internal Server Error: /api/database/rows/table/524/13300/
[BACKEND][2024-02-28 13:11:15] Traceback (most recent call last):
[BACKEND][2024-02-28 13:11:15] File "/baserow/venv/lib/python3.9/site-packages/asgiref/sync.py", line 486, in thread_handler
[BACKEND][2024-02-28 13:11:15] raise exc_info[1]
[BACKEND][2024-02-28 13:11:15] File "/baserow/venv/lib/python3.9/site-packages/django/core/handlers/exception.py", line 43, in inner
[BACKEND][2024-02-28 13:11:15] response = await get_response(request)
[BACKEND][2024-02-28 13:11:15] File "/baserow/venv/lib/python3.9/site-packages/django/core/handlers/base.py", line 253, in _get_response_async
[BACKEND][2024-02-28 13:11:15] response = await wrapped_callback(
[BACKEND][2024-02-28 13:11:15] File "/baserow/venv/lib/python3.9/site-packages/asgiref/sync.py", line 448, in __call__
[BACKEND][2024-02-28 13:11:15] ret = await asyncio.wait_for(future, timeout=None)
[BACKEND][2024-02-28 13:11:15] File "/usr/lib/python3.9/asyncio/tasks.py", line 442, in wait_for
[BACKEND][2024-02-28 13:11:15] return await fut
[BACKEND][2024-02-28 13:11:15] File "/baserow/venv/lib/python3.9/site-packages/asgiref/current_thread_executor.py", line 22, in run
[BACKEND][2024-02-28 13:11:15] result = self.fn(*self.args, **self.kwargs)
[BACKEND][2024-02-28 13:11:15] File "/baserow/venv/lib/python3.9/site-packages/asgiref/sync.py", line 490, in thread_handler