Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 Bug: Failed to load list: Something went wrong #8630

Open
1 task done
cyberkd opened this issue Jun 1, 2024 · 1 comment
Open
1 task done

🐛 Bug: Failed to load list: Something went wrong #8630

cyberkd opened this issue Jun 1, 2024 · 1 comment
Labels
Status: Reproducible Able to reproduce the issue based on the reporters' guideline.

Comments

@cyberkd
Copy link

cyberkd commented Jun 1, 2024

Please confirm if bug report does NOT exist already ?

  • I confirm there is no existing issue for this

Steps to reproduce ?

  1. Select a field in the table with the Links data type that is connected as one to one.
  2. Trying to perform a search in both English and Latin, we get the error Failed to load list: Something went wrong.

firefox_HInVlXK55U

It is also worth noting that the search with the use of krill is not performed. The search is only possible if it is performed using the Latin alphabet.

The error message is received in any case, as when writing in Latin (it works) so it is in Cyrillic (does not work)

Desired Behavior

A search must be performed on all pages in the linked table in both Cyrillic and Latin.

Project Details

NocoDB: Docker True
NocoDB: Version 0.207.3
NocoDB DB Type: Mysql 8.0

Attachments

Logs in the container

[Nest] 7 - 06/01/2024, 6:47:54 PM ERROR [GlobalExceptionFilter] Cannot read properties of null (reading 'uidt')
TypeError: Cannot read properties of null (reading 'uidt')
at t.getRefColumnIfAlias (/usr/src/app/docker/main.js:2:1014067)
at b (/usr/src/app/docker/main.js:2:573273)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Promise.all (index 0)
at async b (/usr/src/app/docker/main.js:2:572275)
at async t.default (/usr/src/app/docker/main.js:2:572060)
at async BaseModelSqlv2.getExcludedOneToOneChildrenList (/usr/src/app/docker/main.js:2:491253)
at async DataAliasNestedService.ooExcludedList (/usr/src/app/docker/main.js:2:1800450)
at async DataAliasNestedController.ooExcludedList (/usr/src/app/docker/main.js:2:338373)
[Nest] 7 - 06/01/2024, 6:47:54 PM ERROR [GlobalExceptionFilter] Cannot read properties of null (reading 'uidt')

@dstala dstala added the Status: Reproducible Able to reproduce the issue based on the reporters' guideline. label Jun 3, 2024
@dstala
Copy link
Member

dstala commented Jun 3, 2024

@pranavxc issue is reproducible when connected to external DB (tried with sakila mysql db : actor one-to-one film)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Reproducible Able to reproduce the issue based on the reporters' guideline.
Projects
Status: 🏌️ Open
Development

No branches or pull requests

2 participants