Docker 0.258.3: DB Stops Writing/Modifying/Creating Fields in Views

Twice in the last two days the database has stopped writing/recording data to its fields. No error is reported on screen but when Views are changed the information previously entered into a field (simple text works fine) is gone.

When attempting to create a new field, the field does not appear in the View. If the process is repeated, an error is reported to the effect that a field with a duplicate name already exists.

When attempting to change field order on a View, the field can be dragged-and-dropped to a new location using the menu but it then pops back to its original place in the list. No change is effected.

Changes are being attempted by Super Admin and all Bases/Views are in Collaborative Mode.

Errors are reported in the Developer console (Chrome):

A form field element has neither an id nor a name attribute. This might prevent the browser from correctly autofilling the form.

To fix this issue, add a unique id or name attribute to a form field. This is not strictly needed, but still recommended even if you have an autocomplete attribute on the same element.

And…

BdLlnSjf.js:2 Uncaught TypeError: Failed to execute ‘observe’ on ‘ResizeObserver’: parameter 1 is not of type ‘Element’.
at BdLlnSjf.js:2:5460

And…

B8dvN1-5.js:236 WebSocket connection to ‘wss://my.nocodb.com/socket.io/?EIO=4&transport=websocket&sid=uiWdaKgJgNSkWl8HAAAE’ failed:

The container was restarted several times to no effect.

At some point the database reverted back to working condition but has since flipped again.

Does anyone have any suggestions on how to get this back to working order?

-Thank you

Node: v20.15.1
Arch: x64
Platform: linux
Docker: true
RootDB: pg
PackageVersion: 0.258.3

Another run at it. These resulted from simple text edits. Chrome Developer Tools:

Uncaught (in promise) Error: Could not establish connection. Receiving end does not exist.
dashboard/#/signin:1

Denying load of chrome-extension://bkdgflcldnnnapblkhphbgpggdiikppg/public/font/ProximaNova-Reg-webfont.woff2. Resources must be listed in the web_accessible_resources manifest key in order to be loaded by pages outside the extension. dashboard/#/signin:1

Denying load of chrome-extension://bkdgflcldnnnapblkhphbgpggdiikppg/public/font/ProximaNova-Bold-webfont.woff2. Resources must be listed in the web_accessible_resources manifest key in order to be loaded by pages outside the extension.
B8dvN1-5.js:236

WebSocket connection to ‘wss://my.nocodb.com/socket.io/?EIO=4&transport=websocket&sid=OxyLsaU2Ej4Ep9g1AAAC’ failed:
doOpen @ B8dvN1-5.js:236
4BdLlnSjf.js:2

Uncaught TypeError: Failed to execute ‘observe’ on ‘ResizeObserver’: parameter 1 is not of type ‘Element’.
at BdLlnSjf.js:2:5460

Again, text edits were not saved in View and did not appear in other related Views.

Firefox seems work partially but still does not display added text in all Views that possess the field in question. From Firefox Web Developer Tools:

TypeError: document.fonts.values() is not iterable
NuxtJS 11
B8dvN1-5.js:227:1528

Cookie warnings 2

Firefox can’t establish a connection to the server at wss://my.nocodb.com/socket.io/?EIO=4&transport=websocket&sid=tSptoQcAJjS-grbCAAAE.
B8dvN1-5.js:236:20638

This site appears to use a scroll-linked positioning effect. This may not work well with asynchronous panning; see Scroll-linked effects — Firefox Source Docs documentation for further details and to join the discussion on related tools and features! dashboard

Uncaught TypeError: ResizeObserver.observe: Argument 1 is not an object.
setup NuxtJS
8 BdLlnSjf.js:2:5460

Content-Security-Policy: The page’s settings blocked a style (style-src-elem) at data:text/css,%3Ais(%5Bid*%3D’google_ads… from being applied because it violates the following directive: “style-src ‘self’ ‘unsafe-inline’” 21 NetUtil.sys.mjs:144:15

The last message appears to be related to a policy in the Nginx reverse proxy. Will check and disable.

In Firefox, Expand View is back to spinner “Loading Page 1 of 1” indefinitely.

hey, as its self-hosted. It would be easier if you can pass the details of your server logs from docker. The above warnings/errors from browser console is not the cause.

And since no data is being inserted, I wonder if you did changes to your PG credentials ? Asking since the meta data is stored in NC_DB’s public schema and rest are stored in new schemas. I suspect there is an issue with postgres credentials.

That’s great. Is there more than one log to refer to and where are they located?

No Postgres credentials have been changed. In fact, the setup is pretty plain-vanilla. We only changed/added NC_ATTACHMENT_FIELD_SIZE, NC_PUBLIC_URL and a local path to the volumes in the YAML. The database was created inside NocoDB when the Base was created.

The following is the PG log from Portainer as the container was shutdown and restarted.

PostgreSQL Database directory appears to contain a database; Skipping initialization
2024-12-09 17:20:05.160 UTC [1] LOG: starting PostgreSQL 17.2 (Debian 17.2-1.pgdg120+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit
2024-12-09 17:20:05.160 UTC [1] LOG: listening on IPv4 address “0.0.0.0”, port 5432
2024-12-09 17:20:05.160 UTC [1] LOG: listening on IPv6 address “::”, port 5432
2024-12-09 17:20:05.213 UTC [1] LOG: listening on Unix socket “/var/run/postgresql/.s.PGSQL.5432”
2024-12-09 17:20:05.285 UTC [29] LOG: database system was shut down at 2024-12-09 17:19:43 UTC
2024-12-09 17:20:05.331 UTC [1] LOG: database system is ready to accept connections
2024-12-09 17:25:05.383 UTC [27] LOG: checkpoint starting: time
2024-12-09 17:25:07.050 UTC [27] LOG: checkpoint complete: wrote 17 buffers (0.1%); 0 WAL file(s) added, 0 removed, 0 recycled; write=1.440 s, sync=0.122 s, total=1.667 s; sync files=16, longest=0.103 s, average=0.008 s; distance=60 kB, estimate=60 kB; lsn=0/27FD2C0, redo lsn=0/27FD268
2024-12-09 17:30:05.050 UTC [27] LOG: checkpoint starting: time
2024-12-09 17:30:06.057 UTC [27] LOG: checkpoint complete: wrote 9 buffers (0.1%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.821 s, sync=0.087 s, total=1.007 s; sync files=8, longest=0.072 s, average=0.011 s; distance=38 kB, estimate=58 kB; lsn=0/2806B60, redo lsn=0/2806B08
2024-12-09 17:35:05.157 UTC [27] LOG: checkpoint starting: time
2024-12-09 17:35:07.037 UTC [27] LOG: checkpoint complete: wrote 17 buffers (0.1%); 0 WAL file(s) added, 0 removed, 0 recycled; write=1.624 s, sync=0.152 s, total=1.880 s; sync files=14, longest=0.136 s, average=0.011 s; distance=74 kB, estimate=74 kB; lsn=0/2819430, redo lsn=0/28193A0

The following is a sample of the NocoDB log from Portainer after the database was restarted and some simple text updates were applied to a couple fields shared by several Views. As an aside, I noticed that the newer Views (probably created under an earlier release) were more apt to have/show the data updates. The older Views did not track with the updates.

[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RoutesResolver] ViewColumnsController {/}: +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/meta/views/:viewId/columns, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/meta/views/:viewId/columns, GET} route +1ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/meta/views/:viewId/columns, POST} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/meta/views/:viewId/columns, POST} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/meta/views/:viewId/columns/:columnId, PATCH} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/meta/views/:viewId/columns/:columnId, PATCH} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v3/meta/views/:viewId/columns, PATCH} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v3/meta/views/:viewId/columns, GET} route +1ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RoutesResolver] UtilsController {/}: +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/version, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/meta/connection/test, POST} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/meta/connection/test, POST} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/meta/nocodb/info, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/meta/nocodb/info, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/meta/nocodb/info, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/health, GET} route +1ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/meta/axiosRequestMake, POST} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/meta/axiosRequestMake, POST} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/url_to_config, POST} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/aggregated-meta-info, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/feed, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/error-reporting, POST} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RoutesResolver] TablesController {/}: +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/meta/projects/:baseId/tables, GET} route +1ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/meta/projects/:baseId/:sourceId/tables, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/meta/bases/:baseId/tables, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/meta/bases/:baseId/:sourceId/tables, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/meta/projects/:baseId/tables, POST} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/meta/projects/:baseId/:sourceId/tables, POST} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/meta/bases/:baseId/tables, POST} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/meta/bases/:baseId/:sourceId/tables, POST} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/meta/tables/:tableId, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/meta/tables/:tableId, GET} route +1ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/meta/tables/:tableId, PATCH} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/meta/tables/:tableId, PATCH} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/meta/tables/:tableId, DELETE} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/meta/tables/:tableId, DELETE} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/meta/tables/:tableId/reorder, POST} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/meta/tables/:tableId/reorder, POST} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RoutesResolver] SyncController {/}: +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/meta/projects/:baseId/syncs, GET} route +1ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/meta/projects/:baseId/syncs/:sourceId, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/meta/bases/:baseId/syncs, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/meta/bases/:baseId/syncs/:sourceId, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/meta/projects/:baseId/syncs, POST} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/meta/projects/:baseId/syncs/:sourceId, POST} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/meta/bases/:baseId/syncs, POST} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/meta/bases/:baseId/syncs/:sourceId, POST} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/meta/syncs/:syncId, DELETE} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/meta/syncs/:syncId, DELETE} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/meta/syncs/:syncId, PATCH} route +1ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/meta/syncs/:syncId, PATCH} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RoutesResolver] SortsController {/}: +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/meta/views/:viewId/sorts, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/meta/views/:viewId/sorts, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/meta/views/:viewId/sorts, POST} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/meta/views/:viewId/sorts, POST} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/meta/sorts/:sortId, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/meta/sorts/:sortId, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/meta/sorts/:sortId, PATCH} route +1ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/meta/sorts/:sortId, PATCH} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/meta/sorts/:sortId, DELETE} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/meta/sorts/:sortId, DELETE} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RoutesResolver] SharedBasesController {/}: +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/meta/projects/:baseId/shared, POST} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/meta/bases/:baseId/shared, POST} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/meta/projects/:baseId/shared, PATCH} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/meta/bases/:baseId/shared, PATCH} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/meta/projects/:baseId/shared, DELETE} route +1ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/meta/bases/:baseId/shared, DELETE} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/meta/projects/:baseId/shared, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/meta/bases/:baseId/shared, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RoutesResolver] NotificationsController {/}: +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/notifications/poll, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/notifications, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/notifications/:notificationId, PATCH} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/notifications/:notificationId, DELETE} route +1ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/notifications/mark-all-read, POST} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RoutesResolver] CommandPaletteController {/}: +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/command_palette, POST} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RoutesResolver] ExtensionsController {/}: +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/extensions/:baseId, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/extensions/:baseId, POST} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/extensions/:extensionId, GET} route +1ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/extensions/:extensionId, PATCH} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/extensions/:extensionId, DELETE} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RoutesResolver] JobsMetaController {/}: +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/jobs/:baseId, POST} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RoutesResolver] IntegrationsController {/}: +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/meta/integrations/:integrationId, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/meta/integrations, POST} route +1ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/meta/integrations/:integrationId, DELETE} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/meta/integrations/:integrationId, PATCH} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/meta/integrations, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/integrations, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/integrations/:type/:subType, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/integrations/:integrationId/store, POST} route +1ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/integrations/:integrationId/:endpoint, POST} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RoutesResolver] DataTableController {/}: +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/tables/:modelId/records, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/tables/:modelId/records/count, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/tables/:modelId/records, POST} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/tables/:modelId/records, PATCH} route +1ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/tables/:modelId/records, DELETE} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/tables/:modelId/aggregate, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/tables/:modelId/bulk/group, POST} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/tables/:modelId/bulk/datalist, POST} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/tables/:modelId/records/:rowId, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/tables/:modelId/links/:columnId/records/:rowId, GET} route +1ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/tables/:modelId/links/:columnId/records/:rowId, POST} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/tables/:modelId/links/:columnId/records/:rowId, DELETE} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/tables/:modelId/links/:columnId/records, POST} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RoutesResolver] DatasController {/}: +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/data/:viewId, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/data/:viewId/:rowId/mm/:colId, GET} route +1ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/data/:viewId/:rowId/mm/:colId/exclude, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/data/:viewId/:rowId/hm/:colId/exclude, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/data/:viewId/:rowId/bt/:colId/exclude, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/data/:viewId/:rowId/hm/:colId, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/data/:viewId/:rowId, GET} route +1ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/data/:viewId, POST} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/data/:viewId/:rowId, PATCH} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/data/:viewId/:rowId, DELETE} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/data/:viewId/:rowId/:relationType/:colId/:childId, DELETE} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/data/:viewId/:rowId/:relationType/:colId/:childId, POST} route +1ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RoutesResolver] CalendarDatasController {/}: +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/calendar-data/:orgs/:baseName/:tableName/views/:viewName, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/calendar-data/:orgs/:baseName/:tableName/views/:viewName/countByDate, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/public/calendar-view/:sharedViewUuid/countByDate, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/public/calendar-view/:sharedViewUuid/countByDate, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/public/calendar-view/:sharedViewUuid, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/public/calendar-view/:sharedViewUuid, GET} route +1ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RoutesResolver] BulkDataAliasController {/}: +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/data/bulk/:orgs/:baseName/:tableName, POST} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/data/bulk/:orgs/:baseName/:tableName, PATCH} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/data/bulk/:orgs/:baseName/:tableName/all, PATCH} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/data/bulk/:orgs/:baseName/:tableName, DELETE} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/data/bulk/:orgs/:baseName/:tableName/all, DELETE} route +1ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/data/bulk/:orgs/:baseName/:tableName/upsert, POST} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RoutesResolver] DataAliasController {/}: +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/data/:orgs/:baseName/:tableName, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/data/:orgs/:baseName/:tableName/views/:viewName, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/data/:orgs/:baseName/:tableName/find-one, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/data/:orgs/:baseName/:tableName/views/:viewName/find-one, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/data/:orgs/:baseName/:tableName/groupby, GET} route +1ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/data/:orgs/:baseName/:tableName/views/:viewName/groupby, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/data/:orgs/:baseName/:tableName/count, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/data/:orgs/:baseName/:tableName/views/:viewName/count, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/data/:orgs/:baseName/:tableName, POST} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/data/:orgs/:baseName/:tableName/views/:viewName, POST} route +1ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/data/:orgs/:baseName/:tableName/:rowId, PATCH} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/data/:orgs/:baseName/:tableName/views/:viewName/:rowId, PATCH} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/data/:orgs/:baseName/:tableName/:rowId, DELETE} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/data/:orgs/:baseName/:tableName/views/:viewName/:rowId, DELETE} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/data/:orgs/:baseName/:tableName/:rowId, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/data/:orgs/:baseName/:tableName/views/:viewName/:rowId, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/data/:orgs/:baseName/:tableName/:rowId/exist, GET} route +1ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/data/:orgs/:baseName/:tableName/views/:viewName/:rowId/exist, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/data/:orgs/:baseName/:tableName/group/:columnId, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/data/:orgs/:baseName/:tableName/views/:viewName/group/:columnId, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RoutesResolver] DataAliasNestedController {/}: +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/data/:orgs/:baseName/:tableName/:rowId/mm/:columnName, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/data/:orgs/:baseName/:tableName/:rowId/mm/:columnName/exclude, GET} route +1ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/data/:orgs/:baseName/:tableName/:rowId/hm/:columnName/exclude, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/data/:orgs/:baseName/:tableName/:rowId/bt/:columnName/exclude, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/data/:orgs/:baseName/:tableName/:rowId/oo/:columnName/exclude, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/data/:orgs/:baseName/:tableName/:rowId/hm/:columnName, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/data/:orgs/:baseName/:tableName/:rowId/:relationType/:columnName/:refRowId, DELETE} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/data/:orgs/:baseName/:tableName/:rowId/:relationType/:columnName/:refRowId, POST} route +1ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RoutesResolver] DataAliasExportController {/}: +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/data/:orgs/:baseName/:tableName/export/excel, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/data/:orgs/:baseName/:tableName/views/:viewName/export/excel, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/data/:orgs/:baseName/:tableName/views/:viewName/export/csv, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/data/:orgs/:baseName/:tableName/export/csv, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RoutesResolver] OldDatasController {/}: +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/nc/:baseId/api/v1/:tableName, GET} route +1ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/nc/:baseId/api/v1/:tableName/count, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/nc/:baseId/api/v1/:tableName, POST} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/nc/:baseId/api/v1/:tableName/:rowId, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/nc/:baseId/api/v1/:tableName/:rowId, PATCH} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/nc/:baseId/api/v1/:tableName/:rowId, DELETE} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RoutesResolver] PublicDatasController {/}: +1ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/public/shared-view/:sharedViewUuid/rows, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/public/shared-view/:sharedViewUuid/rows, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/public/shared-view/:sharedViewUuid/count, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/public/shared-view/:sharedViewUuid/aggregate, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/public/shared-view/:sharedViewUuid/aggregate, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/public/shared-view/:sharedViewUuid/groupby, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/public/shared-view/:sharedViewUuid/groupby, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/public/shared-view/:sharedViewUuid/group/:columnId, GET} route +1ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/public/shared-view/:sharedViewUuid/group/:columnId, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/public/shared-view/:sharedViewUuid/rows, POST} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/public/shared-view/:sharedViewUuid/rows, POST} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/public/shared-view/:sharedViewUuid/nested/:columnId, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/public/shared-view/:sharedViewUuid/nested/:columnId, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/public/shared-view/:sharedViewUuid/rows/:rowId/mm/:columnId, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/public/shared-view/:sharedViewUuid/rows/:rowId/mm/:columnId, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/public/shared-view/:sharedViewUuid/rows/:rowId/hm/:columnId, GET} route +1ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/public/shared-view/:sharedViewUuid/rows/:rowId/hm/:columnId, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/public/shared-view/:sharedViewUuid/downloadAttachment/:columnId/:rowId, GET} route +6ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/public/shared-view/:sharedViewUuid/bulk/dataList, POST} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/public/shared-view/:sharedViewUuid/bulk/group, POST} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RoutesResolver] PublicDatasExportController {/}: +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/public/shared-view/:publicDataUuid/rows/export/excel, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/public/shared-view/:publicDataUuid/rows/export/excel, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/public/shared-view/:publicDataUuid/rows/export/csv, GET} route +1ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/public/shared-view/:publicDataUuid/rows/export/csv, GET} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RoutesResolver] JobsController {/}: +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/jobs/listen, POST} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RoutesResolver] DuplicateController {/}: +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/meta/duplicate/:workspaceId/shared/:sharedBaseId, POST} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/meta/duplicate/:workspaceId/shared/:sharedBaseId, POST} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/meta/duplicate/:baseId/:sourceId?, POST} route +1ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/meta/duplicate/:baseId/:sourceId?, POST} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/meta/duplicate/:baseId/table/:modelId, POST} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/meta/duplicate/:baseId/table/:modelId, POST} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/meta/duplicate/:baseId/column/:columnId, POST} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/meta/duplicate/:baseId/column/:columnId, POST} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RoutesResolver] AtImportController {/}: +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/meta/syncs/:syncId/trigger, POST} route +1ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/meta/syncs/:syncId/trigger, POST} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/meta/syncs/:syncId/abort, POST} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/meta/syncs/:syncId/abort, POST} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RoutesResolver] MetaSyncController {/}: +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/meta/projects/:baseId/meta-diff, POST} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/meta/bases/:baseId/meta-diff, POST} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/meta/projects/:baseId/meta-diff/:sourceId, POST} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/meta/bases/:baseId/meta-diff/:sourceId, POST} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RoutesResolver] SourceCreateController {/}: +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/meta/projects/:baseId/bases, POST} route +1ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/meta/bases/:baseId/sources, POST} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RoutesResolver] SourceDeleteController {/}: +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v1/db/meta/projects/:baseId/bases/:sourceId, DELETE} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/meta/bases/:baseId/sources/:sourceId, DELETE} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RoutesResolver] DataExportController {/}: +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [RouterExplorer] Mapped {/api/v2/export/:viewId/:exportAs, POST} route +0ms
[Nest] 8  - 12/09/2024, 5:20:20 PM     LOG [NestApplication] Nest application successfully started +14ms

As mentioned in other posts - your metadata is messed up or pointing to a previously used postgres or there is an issue with postgres credentials.

I tried our vanilla docker-compose and it works!

Can you post an anonymized copy of the vanilla docker-compose file? -Thank you