Thanks for your answer.
Here is the Log while this error happened. Meanwhile I moved all the folders to another Volume. But this happened again around 11:35 and 11:19
[BACKEND][2025-01-03 10:42:32] File "/baserow/venv/lib/python3.11/site-packages/django/db/models/sql/query.py", line 1772, in names_to_path
[BACKEND][2025-01-03 10:42:32] raise FieldError(
[BACKEND][2025-01-03 10:42:32] django.core.exceptions.FieldError: Cannot resolve keyword 'profile' into field. Choices are: action, auth_providers, date_joined, email, exportjob, first_name, formview, groups, id, importexportresource, is_active, is_staff, is_superuser, job, last_login, last_name, licenseuser, localbaserowintegration, localbaserowtabledatasync, notificationrecipient, notifications, password, private_trash_entries, profile, row_comment_mentions, rowcomment, rowcommentsnotificationmode, sent_notifications, snapshot, token, trashentry, user_permissions, userfile, userlogentry, username, view, workspace, workspaceinvitation, workspaceuser
[BACKEND][2025-01-03 10:42:33] 127.0.0.1:33816 - "POST /api/user/token-refresh/ HTTP/1.1" 500
[BACKEND][2025-01-03 10:42:33] 127.0.0.1:33838 - "GET /api/_health/ HTTP/1.1" 200
[BACKEND][2025-01-03 10:42:33] 127.0.0.1:33816 - "GET /api/settings/ HTTP/1.1" 200
[BACKEND][2025-01-03 10:42:36] 127.0.0.1:33816 - "GET /api/auth-provider/login-options/ HTTP/1.1" 200
[BACKEND][2025-01-03 10:42:36] 192.168.80.1:0 - "POST /api/user/token-auth/ HTTP/1.1" 200
[BACKEND][2025-01-03 10:42:36] 192.168.80.1:0 - "GET /api/workspaces/ HTTP/1.1" 200
[BACKEND][2025-01-03 10:42:36] 192.168.80.1:0 - "GET /api/workspaces/20/permissions/ HTTP/1.1" 200
[BACKEND][2025-01-03 10:42:36] 192.168.80.1:0 - "GET /api/applications/ HTTP/1.1" 200
[BACKEND][2025-01-03 10:42:37] 192.168.80.1:0 - "GET /api/jobs/?states=%21finished%2C%21failed%2C%21cancelled HTTP/1.1" 200
[BACKEND][2025-01-03 10:42:37] 192.168.80.1:0 - "GET /api/database/views/table/1149/?include=filters,sortings,group_bys,decorations HTTP/1.1" 200
[BACKEND][2025-01-03 10:42:37] 192.168.80.1:0 - "GET /api/database/fields/table/1149/ HTTP/1.1" 200
[BACKEND][2025-01-03 10:42:37] 192.168.80.1:0 - "GET /api/database/views/grid/4511/?limit=80&offset=0&include=field_options%2Crow_metadata HTTP/1.1" 200
[BACKEND][2025-01-03 10:42:37] [2025-01-03 10:42:37 +0000] [305] [ERROR] Exception in ASGI application
[BACKEND][2025-01-03 10:42:37] Traceback (most recent call last):
[BACKEND][2025-01-03 10:42:37] File "/baserow/venv/lib/python3.11/site-packages/uvicorn/protocols/websockets/websockets_impl.py", line 240, in run_asgi
[BACKEND][2025-01-03 10:42:37] result = await self.app(self.scope, self.asgi_receive, self.asgi_send)
[BACKEND][2025-01-03 10:42:37] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[BACKEND][2025-01-03 10:42:37] File "/baserow/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 69, in __call__
[BACKEND][2025-01-03 10:42:37] return await self.app(scope, receive, send)
[BACKEND][2025-01-03 10:42:37] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[BACKEND][2025-01-03 10:42:37] File "/baserow/venv/lib/python3.11/site-packages/channels/routing.py", line 62, in __call__
[BACKEND][2025-01-03 10:42:37] return await application(scope, receive, send)
[BACKEND][2025-01-03 10:42:37] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[BACKEND][2025-01-03 10:42:37] File "/baserow/backend/src/baserow/ws/auth.py", line 62, in __call__
[BACKEND][2025-01-03 10:42:37] scope["user"] = await get_user(jwt_token[0])
[BACKEND][2025-01-03 10:42:37] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[BACKEND][2025-01-03 10:42:37] File "/baserow/venv/lib/python3.11/site-packages/asgiref/sync.py", line 468, in __call__
[BACKEND][2025-01-03 10:42:37] ret = await asyncio.shield(exec_coro)
[BACKEND][2025-01-03 10:42:37] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[BACKEND][2025-01-03 10:42:37] File "/usr/lib/python3.11/concurrent/futures/thread.py", line 58, in run
[BACKEND][2025-01-03 10:42:37] result = self.fn(*self.args, **self.kwargs)
[BACKEND][2025-01-03 10:42:37] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[BACKEND][2025-01-03 10:42:37] File "/baserow/venv/lib/python3.11/site-packages/channels/db.py", line 13, in thread_handler
[BACKEND][2025-01-03 10:42:37] return super().thread_handler(loop, *args, **kwargs)
[BACKEND][2025-01-03 10:42:37] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[BACKEND][2025-01-03 10:42:37] File "/baserow/venv/lib/python3.11/site-packages/asgiref/sync.py", line 522, in thread_handler
[BACKEND][2025-01-03 10:42:37] return func(*args, **kwargs)
[BACKEND][2025-01-03 10:42:37] ^^^^^^^^^^^^^^^^^^^^^
[BACKEND][2025-01-03 10:42:37] File "/baserow/backend/src/baserow/ws/auth.py", line 39, in get_user
[BACKEND][2025-01-03 10:42:37] return get_user_from_token(token)
[BACKEND][2025-01-03 10:42:37] ^^^^^^^^^^^^^^^^^^^^^^^^^^
[BACKEND][2025-01-03 10:42:37] File "/baserow/backend/src/baserow/api/user/jwt.py", line 46, in get_user_from_token
[BACKEND][2025-01-03 10:42:37] user = UserHandler().get_active_user(
[BACKEND][2025-01-03 10:42:37] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[BACKEND][2025-01-03 10:42:37] File "/baserow/backend/src/baserow/core/telemetry/utils.py", line 72, in _wrapper
[BACKEND][2025-01-03 10:42:37] raise ex
[BACKEND][2025-01-03 10:42:37] File "/baserow/backend/src/baserow/core/telemetry/utils.py", line 68, in _wrapper
[BACKEND][2025-01-03 10:42:37] result = wrapped_func(*args, **kwargs)
[BACKEND][2025-01-03 10:42:37] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[BACKEND][2025-01-03 10:42:37] File "/baserow/backend/src/baserow/core/user/handler.py", line 109, in get_active_user
[BACKEND][2025-01-03 10:42:37] query = query.filter(profile__to_be_deleted=False)
[BACKEND][2025-01-03 10:42:37] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[BACKEND][2025-01-03 10:42:37] File "/baserow/venv/lib/python3.11/site-packages/django/db/models/query.py", line 1476, in filter
[BACKEND][2025-01-03 10:42:37] return self._filter_or_exclude(False, args, kwargs)
[BACKEND][2025-01-03 10:42:37] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[BACKEND][2025-01-03 10:42:37] File "/baserow/venv/lib/python3.11/site-packages/django/db/models/query.py", line 1494, in _filter_or_exclude
[BACKEND][2025-01-03 10:42:37] clone._filter_or_exclude_inplace(negate, args, kwargs)
[BACKEND][2025-01-03 10:42:37] File "/baserow/venv/lib/python3.11/site-packages/django/db/models/query.py", line 1501, in _filter_or_exclude_inplace
[BACKEND][2025-01-03 10:42:37] self._query.add_q(Q(*args, **kwargs))
[BACKEND][2025-01-03 10:42:37] File "/baserow/venv/lib/python3.11/site-packages/django/db/models/sql/query.py", line 1613, in add_q
[BACKEND][2025-01-03 10:42:37] clause, _ = self._add_q(q_object, self.used_aliases)
[BACKEND][2025-01-03 10:42:37] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[BACKEND][2025-01-03 10:42:37] File "/baserow/venv/lib/python3.11/site-packages/django/db/models/sql/query.py", line 1645, in _add_q
[BACKEND][2025-01-03 10:42:37] child_clause, needed_inner = self.build_filter(
[BACKEND][2025-01-03 10:42:37] ^^^^^^^^^^^^^^^^^^
[BACKEND][2025-01-03 10:42:37] File "/baserow/venv/lib/python3.11/site-packages/django/db/models/sql/query.py", line 1495, in build_filter
[BACKEND][2025-01-03 10:42:37] lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize)
[BACKEND][2025-01-03 10:42:37] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[BACKEND][2025-01-03 10:42:37] File "/baserow/venv/lib/python3.11/site-packages/django/db/models/sql/query.py", line 1307, in solve_lookup_type
[BACKEND][2025-01-03 10:42:37] _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta())
[BACKEND][2025-01-03 10:42:37] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[BACKEND][2025-01-03 10:42:37] File "/baserow/venv/lib/python3.11/site-packages/django/db/models/sql/query.py", line 1772, in names_to_path
[BACKEND][2025-01-03 10:42:37] raise FieldError(
[BACKEND][2025-01-03 10:42:37] django.core.exceptions.FieldError: Cannot resolve keyword 'profile' into field. Choices are: action, auth_providers, date_joined, email, exportjob, first_name, formview, groups, id, importexportresource, is_active, is_staff, is_superuser, job, last_login, last_name, licenseuser, localbaserowintegration, localbaserowtabledatasync, notificationrecipient, notifications, password, private_trash_entries, profile, row_comment_mentions, rowcomment, rowcommentsnotificationmode, sent_notifications, snapshot, token, trashentry, user_permissions, userfile, userlogentry, username, view, workspace, workspaceinvitation, workspaceuser
[BACKEND][2025-01-03 10:42:37] [2025-01-03 10:42:37 +0000] [305] [INFO] connection open
[BACKEND][2025-01-03 10:42:37] [2025-01-03 10:42:37 +0000] [305] [INFO] connection closed
[BACKEND][2025-01-03 10:42:37] [2025-01-03 10:42:37 +0000] [305] [ERROR] Exception in ASGI application
[BACKEND][2025-01-03 10:42:37] Traceback (most recent call last):
[BACKEND][2025-01-03 10:42:37] File "/baserow/venv/lib/python3.11/site-packages/uvicorn/protocols/websockets/websockets_impl.py", line 240, in run_asgi
[BACKEND][2025-01-03 10:42:37] result = await self.app(self.scope, self.asgi_receive, self.asgi_send)
[BACKEND][2025-01-03 10:42:37] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[BACKEND][2025-01-03 10:42:37] File "/baserow/venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 69, in __call__
[BACKEND][2025-01-03 10:42:37] return await self.app(scope, receive, send)
[BACKEND][2025-01-03 10:42:37] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[BACKEND][2025-01-03 10:42:37] File "/baserow/venv/lib/python3.11/site-packages/channels/routing.py", line 62, in __call__
[BACKEND][2025-01-03 10:42:37] return await application(scope, receive, send)
[BACKEND][2025-01-03 10:42:37] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[BACKEND][2025-01-03 10:42:37] File "/baserow/backend/src/baserow/ws/auth.py", line 62, in __call__
[BACKEND][2025-01-03 10:42:37] scope["user"] = await get_user(jwt_token[0])
[BACKEND][2025-01-03 10:42:37] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[BACKEND][2025-01-03 10:42:37] File "/baserow/venv/lib/python3.11/site-packages/asgiref/sync.py", line 468, in __call__
[BACKEND][2025-01-03 10:42:37] ret = await asyncio.shield(exec_coro)
[BACKEND][2025-01-03 10:42:37] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[BACKEND][2025-01-03 10:42:37] File "/usr/lib/python3.11/concurrent/futures/thread.py", line 58, in run
[BACKEND][2025-01-03 10:42:37] result = self.fn(*self.args, **self.kwargs)
[BACKEND][2025-01-03 10:42:37] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[BACKEND][2025-01-03 10:42:37] File "/baserow/venv/lib/python3.11/site-packages/channels/db.py", line 13, in thread_handler
[BACKEND][2025-01-03 10:42:37] return super().thread_handler(loop, *args, **kwargs)
[BACKEND][2025-01-03 10:42:37] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[BACKEND][2025-01-03 10:42:37] File "/baserow/venv/lib/python3.11/site-packages/asgiref/sync.py", line 522, in thread_handler
[BACKEND][2025-01-03 10:42:37] return func(*args, **kwargs)
[BACKEND][2025-01-03 10:42:37] ^^^^^^^^^^^^^^^^^^^^^
[BACKEND][2025-01-03 10:42:37] File "/baserow/backend/src/baserow/ws/auth.py", line 39, in get_user
[BACKEND][2025-01-03 10:42:37] return get_user_from_token(token)
[BACKEND][2025-01-03 10:42:37] ^^^^^^^^^^^^^^^^^^^^^^^^^^
[BACKEND][2025-01-03 10:42:37] File "/baserow/backend/src/baserow/api/user/jwt.py", line 46, in get_user_from_token
[BACKEND][2025-01-03 10:42:37] user = UserHandler().get_active_user(
[BACKEND][2025-01-03 10:42:37] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[BACKEND][2025-01-03 10:42:37] File "/baserow/backend/src/baserow/core/telemetry/utils.py", line 72, in _wrapper
[BACKEND][2025-01-03 10:42:37] raise ex
[BACKEND][2025-01-03 10:42:37] File "/baserow/backend/src/baserow/core/telemetry/utils.py", line 68, in _wrapper
[BACKEND][2025-01-03 10:42:37] result = wrapped_func(*args, **kwargs)
[BACKEND][2025-01-03 10:42:37] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[BACKEND][2025-01-03 10:42:37] File "/baserow/backend/src/baserow/core/user/handler.py", line 109, in get_active_user
[BACKEND][2025-01-03 10:42:37] query = query.filter(profile__to_be_deleted=False)
[BACKEND][2025-01-03 10:42:37] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[BACKEND][2025-01-03 10:42:37] File "/baserow/venv/lib/python3.11/site-packages/django/db/models/query.py", line 1476, in filter
[BACKEND][2025-01-03 10:42:37] return self._filter_or_exclude(False, args, kwargs)
[BACKEND][2025-01-03 10:42:37] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[BACKEND][2025-01-03 10:42:37] File "/baserow/venv/lib/python3.11/site-packages/django/db/models/query.py", line 1494, in _filter_or_exclude
[BACKEND][2025-01-03 10:42:37] clone._filter_or_exclude_inplace(negate, args, kwargs)
[BACKEND][2025-01-03 10:42:37] File "/baserow/venv/lib/python3.11/site-packages/django/db/models/query.py", line 1501, in _filter_or_exclude_inplace
[BACKEND][2025-01-03 10:42:37] self._query.add_q(Q(*args, **kwargs))
[BACKEND][2025-01-03 10:42:37] File "/baserow/venv/lib/python3.11/site-packages/django/db/models/sql/query.py", line 1613, in add_q
[BACKEND][2025-01-03 10:42:37] clause, _ = self._add_q(q_object, self.used_aliases)
[BACKEND][2025-01-03 10:42:37] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[BACKEND][2025-01-03 10:42:37] File "/baserow/venv/lib/python3.11/site-packages/django/db/models/sql/query.py", line 1645, in _add_q
[BACKEND][2025-01-03 10:42:37] child_clause, needed_inner = self.build_filter(
[BACKEND][2025-01-03 10:42:37] ^^^^^^^^^^^^^^^^^^
[BACKEND][2025-01-03 10:42:37] File "/baserow/venv/lib/python3.11/site-packages/django/db/models/sql/query.py", line 1495, in build_filter
[BACKEND][2025-01-03 10:42:37] lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize)
[BACKEND][2025-01-03 10:42:37] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[BACKEND][2025-01-03 10:42:37] File "/baserow/venv/lib/python3.11/site-packages/django/db/models/sql/query.py", line 1307, in solve_lookup_type
[BACKEND][2025-01-03 10:42:37] _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta())
[BACKEND][2025-01-03 10:42:37] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[BACKEND][2025-01-03 10:42:37] File "/baserow/venv/lib/python3.11/site-packages/django/db/models/sql/query.py", line 1772, in names_to_path
[BACKEND][2025-01-03 10:42:37] raise FieldError(
[BACKEND][2025-01-03 10:42:37] django.core.exceptions.FieldError: Cannot resolve keyword 'profile' into field. Choices are: action, auth_providers, date_joined, email, exportjob, first_name, formview, groups, id, importexportresource, is_active, is_staff, is_superuser, job, last_login, last_name, licenseuser, localbaserowintegration, localbaserowtabledatasync, notificationrecipient, notifications, password, private_trash_entries, profile, row_comment_mentions, rowcomment, rowcommentsnotificationmode, sent_notifications, snapshot, token, trashentry, user_permissions, userfile, userlogentry, username, view, workspace, workspaceinvitation, workspaceuser
[BACKEND][2025-01-03 10:42:37] [2025-01-03 10:42:37 +0000] [305] [INFO] connection open
[BACKEND][2025-01-03 10:42:38] [2025-01-03 10:42:37 +0000] [305] [INFO] connection closed
[BACKEND][2025-01-03 10:42:38] 192.168.80.1:0 - "GET /api/database/views/table/1151/?include=filters,sortings,group_bys,decorations HTTP/1.1" 200
[BACKEND][2025-01-03 10:42:38] 192.168.80.1:0 - "GET /api/database/fields/table/1151/ HTTP/1.1" 200
[BACKEND][2025-01-03 10:42:40] 192.168.80.1:0 - "GET /api/database/views/grid/4513/?limit=80&offset=0&include=field_options%2Crow_metadata HTTP/1.1" 200
[BACKEND][2025-01-03 10:42:40] 192.168.80.1:0 - "GET /api/database/fields/table/1154/ HTTP/1.1" 200
[BACKEND][2025-01-03 10:42:40] 192.168.80.1:0 - "GET /api/database/views/table/1154/?include=filters,sortings,group_bys,decorations HTTP/1.1" 200
[BACKEND][2025-01-03 10:42:42] 192.168.80.1:0 - "GET /api/database/views/grid/4516/?limit=80&offset=0&include=field_options%2Crow_metadata HTTP/1.1" 200
[BACKEND][2025-01-03 10:42:42] ERROR 2025-01-03 10:42:42,343 django.request.log_response:241- Internal Server Error: /api/database/fields/table/758/
[BACKEND][2025-01-03 10:42:42] Traceback (most recent call last):
[BACKEND][2025-01-03 10:42:42] File "/baserow/venv/lib/python3.11/site-packages/asgiref/sync.py", line 518, in thread_handler
[BACKEND][2025-01-03 10:42:42] raise exc_info[1]
[BACKEND][2025-01-03 10:42:42] File "/baserow/venv/lib/python3.11/site-packages/django/core/handlers/exception.py", line 42, in inner
[BACKEND][2025-01-03 10:42:42] response = await get_response(request)
[BACKEND][2025-01-03 10:42:42] ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[BACKEND][2025-01-03 10:42:42] File "/baserow/venv/lib/python3.11/site-packages/asgiref/sync.py", line 518, in thread_handler
[BACKEND][2025-01-03 10:42:42] raise exc_info[1]
[BACKEND][2025-01-03 10:42:42] File "/baserow/venv/lib/python3.11/site-packages/django/core/handlers/base.py", line 253, in _get_response_async
[BACKEND][2025-01-03 10:42:42] response = await wrapped_callback(
[BACKEND][2025-01-03 10:42:42] ^^^^^^^^^^^^^^^^^^^^^^^
[BACKEND][2025-01-03 10:42:42] File "/baserow/venv/lib/python3.11/site-packages/asgiref/sync.py", line 468, in __call__
[BACKEND][2025-01-03 10:42:42] ret = await asyncio.shield(exec_coro)
[BACKEND][2025-01-03 10:42:42] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[BACKEND][2025-01-03 10:42:42] File "/baserow/venv/lib/python3.11/site-packages/asgiref/current_thread_executor.py", line 40, in run
[BACKEND][2025-01-03 10:42:42] result = self.fn(*self.args, **self.kwargs)
[BACKEND][2025-01-03 10:42:42] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[BACKEND][2025-01-03 10:42:42] File "/baserow/venv/lib/python3.11/site-packages/asgiref/sync.py", line 522, in thread_handler
[BACKEND][2025-01-03 10:42:42] return func(*args, **kwargs)
[BACKEND][2025-01-03 10:42:42] ^^^^^^^^^^^^^^^^^^^^^
[BACKEND][2025-01-03 10:42:42] File "/baserow/venv/lib/python3.11/site-packages/django/views/decorators/csrf.py", line 65, in _view_wrapper
[BACKEND][2025-01-03 10:42:42] return view_func(request, *args, **kwargs)
[BACKEND][2025-01-03 10:42:42] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[BACKEND][2025-01-03 10:42:42] File "/baserow/venv/lib/python3.11/site-packages/django/views/generic/base.py", line 104, in view
[BACKEND][2025-01-03 10:42:42] return self.dispatch(request, *args, **kwargs)
[BACKEND][2025-01-03 10:42:42] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[BACKEND][2025-01-03 10:42:42] File "/baserow/venv/lib/python3.11/site-packages/rest_framework/views.py", line 509, in dispatch
[BACKEND][2025-01-03 10:42:42] response = self.handle_exception(exc)
[BACKEND][2025-01-03 10:42:42] ^^^^^^^^^^^^^^^^^^^^^^^^^^
[BACKEND][2025-01-03 10:42:42] File "/baserow/venv/lib/python3.11/site-packages/rest_framework/views.py", line 469, in handle_exception
[BACKEND][2025-01-03 10:42:42] self.raise_uncaught_exception(exc)
[BACKEND][2025-01-03 10:42:42] File "/baserow/venv/lib/python3.11/site-packages/rest_framework/views.py", line 480, in raise_uncaught_exception
[BACKEND][2025-01-03 10:42:42] raise exc
[BACKEND][2025-01-03 10:42:42] File "/baserow/venv/lib/python3.11/site-packages/rest_framework/views.py", line 497, in dispatch
[BACKEND][2025-01-03 10:42:42] self.initial(request, *args, **kwargs)
[BACKEND][2025-01-03 10:42:42] File "/baserow/venv/lib/python3.11/site-packages/rest_framework/views.py", line 414, in initial
[BACKEND][2025-01-03 10:42:42] self.perform_authentication(request)
[BACKEND][2025-01-03 10:42:42] File "/baserow/venv/lib/python3.11/site-packages/rest_framework/views.py", line 324, in perform_authentication
[BACKEND][2025-01-03 10:42:42] request.user
[BACKEND][2025-01-03 10:42:42] File "/baserow/venv/lib/python3.11/site-packages/rest_framework/request.py", line 231, in user
[BACKEND][2025-01-03 10:42:42] self._authenticate()
[BACKEND][2025-01-03 10:42:42] File "/baserow/venv/lib/python3.11/site-packages/rest_framework/request.py", line 384, in _authenticate
[BACKEND][2025-01-03 10:42:42] user_auth_tuple = authenticator.authenticate(self)
[BACKEND][2025-01-03 10:42:42] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[BACKEND][2025-01-03 10:42:42] File "/baserow/backend/src/baserow/api/authentication.py", line 48, in authenticate
[BACKEND][2025-01-03 10:42:42] auth_response = super().authenticate(request)
[BACKEND][2025-01-03 10:42:42] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[BACKEND][2025-01-03 10:42:42] File "/baserow/venv/lib/python3.11/site-packages/rest_framework_simplejwt/authentication.py", line 51, in authenticate
[BACKEND][2025-01-03 10:42:42] return self.get_user(validated_token), validated_token
[BACKEND][2025-01-03 10:42:42] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[BACKEND][2025-01-03 10:42:42] File "/baserow/backend/src/baserow/api/authentication.py", line 28, in get_user
[BACKEND][2025-01-03 10:42:42] user = self.user_model.objects.select_related("profile").get(
[BACKEND][2025-01-03 10:42:42] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[BACKEND][2025-01-03 10:42:42] File "/baserow/venv/lib/python3.11/site-packages/django/db/models/query.py", line 645, in get
[BACKEND][2025-01-03 10:42:42] num = len(clone)
[BACKEND][2025-01-03 10:42:42] ^^^^^^^^^^
[BACKEND][2025-01-03 10:42:42] File "/baserow/venv/lib/python3.11/site-packages/django/db/models/query.py", line 382, in __len__
[BACKEND][2025-01-03 10:42:42] self._fetch_all()
[BACKEND][2025-01-03 10:42:42] File "/baserow/venv/lib/python3.11/site-packages/django/db/models/query.py", line 1928, in _fetch_all
[BACKEND][2025-01-03 10:42:42] self._result_cache = list(self._iterable_class(self))
[BACKEND][2025-01-03 10:42:42] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[BACKEND][2025-01-03 10:42:42] File "/baserow/venv/lib/python3.11/site-packages/django/db/models/query.py", line 91, in __iter__
[BACKEND][2025-01-03 10:42:42] results = compiler.execute_sql(
[BACKEND][2025-01-03 10:42:42] ^^^^^^^^^^^^^^^^^^^^^
[BACKEND][2025-01-03 10:42:42] File "/baserow/venv/lib/python3.11/site-packages/django/db/models/sql/compiler.py", line 1549, in execute_sql
[BACKEND][2025-01-03 10:42:42] sql, params = self.as_sql()
[BACKEND][2025-01-03 10:42:42] ^^^^^^^^^^^^^
[BACKEND][2025-01-03 10:42:42] File "/baserow/venv/lib/python3.11/site-packages/django/db/models/sql/compiler.py", line 736, in as_sql
[BACKEND][2025-01-03 10:42:42] extra_select, order_by, group_by = self.pre_sql_setup(
[BACKEND][2025-01-03 10:42:42] ^^^^^^^^^^^^^^^^^^^
[BACKEND][2025-01-03 10:42:42] File "/baserow/venv/lib/python3.11/site-packages/django/db/models/sql/compiler.py", line 84, in pre_sql_setup
[BACKEND][2025-01-03 10:42:42] self.setup_query(with_col_aliases=with_col_aliases)
[BACKEND][2025-01-03 10:42:42] File "/baserow/venv/lib/python3.11/site-packages/django/db/models/sql/compiler.py", line 73, in setup_query
[BACKEND][2025-01-03 10:42:42] self.select, self.klass_info, self.annotation_col_map = self.get_select(
[BACKEND][2025-01-03 10:42:42] ^^^^^^^^^^^^^^^^
[BACKEND][2025-01-03 10:42:42] File "/baserow/venv/lib/python3.11/site-packages/django/db/models/sql/compiler.py", line 279, in get_select
[BACKEND][2025-01-03 10:42:42] related_klass_infos = self.get_related_selections(select, select_mask)
[BACKEND][2025-01-03 10:42:42] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[BACKEND][2025-01-03 10:42:42] File "/baserow/venv/lib/python3.11/site-packages/django/db/models/sql/compiler.py", line 1367, in get_related_selections
[BACKEND][2025-01-03 10:42:42] raise FieldError(
[BACKEND][2025-01-03 10:42:42] django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'profile'. Choices are: (none)
[BACKEND][2025-01-03 10:42:42] 192.168.80.1:0 - "GET /api/database/fields/table/758/ HTTP/1.1" 500
[BACKEND][2025-01-03 10:42:53] 192.168.80.1:0 - "GET /api/database/views/table/758/?include=filters,sortings,group_bys,decorations HTTP/1.1" 200