Relation selection field is showing IDs instead of names

@winston0410 Did deleting the yarn.lock fix your issue?

Upgrading now, let me come back to you

1 Like

if deleting the yarn lock fixes it please send me a diff between the old and new lock file.

Hey I have done the upgrade, and I don’t see any difference in the field there


And I am still seeing id in the field

try deleting your lock file and re installing and rebuilding the admin

rm -rf package-lock.json .cache dist ./node_modules/.cache
npm i
npm run dev

Tried this but still no luck

Okay mind opening a issue on GitHub - strapi/strapi: 🚀 Strapi is the leading open-source headless CMS. It’s 100% JavaScript/TypeScript, fully customizable and developer-first.

@Boegie19 same issue

@Boegie19 did you find your solution?

If anyone finds a good solution to the problem, please let me know.

So far I have this quick fix, where I can change the Entry Point based on a short text field, but I’d love to have it based on the consultants name (not id).