Modal lookup displays no options

the lookup table option not show any object in the select option

but in the debug windows show the select and where 0=1
SELECT [id_naci] AS [lf], [desc_naci] AS [df], [cod_naci] AS [df2], '' AS [df3], '' AS [df4] FROM dbo.[CENTRAL_Nacionalidades] WHERE 0=1 ORDER BY [desc_naci] ASC

of course wil not show result, but why is this happen?

help…

Make sure you have already given lookup permission for the end-user.

Is the field (id naci) a User ID field?


there is no specific user permissions, I think…


no, the relation is between an entity Agency and other entity Country like origin…

actually, I think is a problem with the api, but i don’t know where to check any problem

Your error message shows that you are using Nginx web server, make sure you have configured your Nginx web server correctly, see URL Rewrite. Note that there should be no setting for the “api” folder if you are using v2025, see Single Index Page.