Título del Post (Subject):[Bug/UI Issue] Linked Record field renders as empty/blank in Shared Form View

Hi NocoDB community and team,

I’m currently testing NocoDB for a logistics project and I’m really impressed with the platform so far. However, I’ve encountered a persistent UI issue regarding the Form View when accessed via a public shared link.

Environment Details:

  • Version: v0.263.8

Installation: Self-Hosted (Docker/VPS).

  • Database: External PostgreSQL (Neon Tech).

The Issue:
I have configured a Form View that includes a LinkToAnotherRecord (LTAR) field (e.g., selecting a “Carrier” from a Master table).

  • In the Backend (Form Editor): The field works perfectly. I can see the dropdown, select an option, and the selected item is displayed correctly.

  • In the Frontend (Shared Public Link): The field allows interaction, but when an option is selected, it renders as an empty/white box. The data is there (if I submit, it saves correctly), but the user cannot see what they have selected.

Troubleshooting attempted:

  1. Verified that “Display Value” is correctly set in the related table (Primary Key/Name column).

  2. Tried toggling “Show additional fields” ON and OFF in the form field settings.

  3. Tried enabling “Limit record selection to a view” pointing to a clean Grid View with only the name column visible.

  4. Tried different browsers and Incognito mode to rule out cache issues.

Despite these attempts, the shared form continues to show a blank card/box upon selection.

Screenshots:
I have attached two screenshots to illustrate the discrepancy:

  1. Backend (Editor): Shows the field working as expected.

  2. Frontend (Shared Link): Shows the blank rendering issue.

Has anyone experienced this behavior with LTAR fields in public forms? Is there a specific CSS workaround or configuration I might be missing?

Thanks in advance for your help!

Tried it out in latest docker release. Works fine. Please try upgrading to 0.265.1 & see if you can still reproduce this issue.

Hi, using 0.265.1 and I’m having the same issue.

@theredled - can you help us with additional information?

  • Display value field in source & destination table
  • Relation type in use
  • Field type in use - Links / LinkToAnotherRecord
  • Base information ( FAQs )
  • Are you connecting to External source?

Hey @dstala

External source: yes, Supabase

Relation type: greyed out and non selected (many to one in Supabase)

Type: LinkToAnotherRecord (greyed out)

Display value field: “parti_politique” in source, “partis_politiques” in destination table (probably named after the linked table?)

Base info:

Node: **v22.20.0**

Arch: **x64**

Platform: **linux**

Docker: **false**

RootDB: **pg**

PackageVersion: **0.265.1**

Additional info: for the exact same external source (and NocoDB version), no issue with NocoDB Cloud, the field is showing correctly.