Cannot read properties of undefined (reading 'uidt')

where Persona is Links field

hey @Petrogrado_1917

I was not able to reproduce in the cloud. Help us and provide the below steps

Reproducible steps needed

  • Is this occuring self-hosted or cloud.
  • Self-hosted : please provide base_info
    • Which database is NC_DB pointing to ?
  • What relation is Persona links field : has many, many to many, one to one?
  • Is this occuring: self-hosted.

  • Self-hosted base_info:

    Node: v22.18.0
    Arch: x64
    Platform: linux
    Docker: true
    RootDB: pg
    PackageVersion: 0.264.4

  • Which database is NC_DB pointing to ? Postgre Database

  • What relation is Persona links field : has many but in fact the same error also occurs with Lookup fields

I tried reproducing the issue with version 0.264.4 and a Postgres database but couldn’t replicate it.

Could you please share more details so we can debug further?

  • Display value column type in the linked table ?
  • Whether it’s connected to an external source ?
  • Does the issue occur only with this particular link, or does it persist with other links as well?
  • Share a sample table schema (column details)

Display value column type in the linked table ? Text

Whether it’s connected to an external source ? No

Does the issue occur only with this particular link, or does it persist with other links as well? Persists with other links as well

Share a sample table schema (column detail) I don’t know exactly what you want

Share a sample table schema (column detail) I don’t know exactly what you want

Include the column details in both table(name and type).

Additionally if possible record a video and share it as well. Or better, ping me in discord and let’s get on a quick call if possible - NocoDB | Discord (my user id - pranavxc)

This is the field (wich is also the Display value field) of the linked origin table Personas:

next is the field in the table Personas that links one-to-many to Militantes table:

and next is the field in Militantes table linked to the Personas table

Thanks for sharing the information. Is there any other formula column present in the table, and do any of them show a warning symbol at the header level?

It’s easier if you connect through our Discord channel - NocoDB | Discord (my user id - pranavxc)

We found the issue and created a fix here: fix: Formula validation correction by pranavxc · Pull Request #12095 · nocodb/nocodb · GitHub. This fix will be included in our next release, which is coming soon.

You can verify it now by using the following PR build:

docker run -d -p 8888:8080 nocodb/nocodb-timely:0.264.4-pr-12095-20250814-1309