Can't connect records in new project

Hi everybody! I set up a few tables in my strapi project, but the following error occurred when I tried to connect two records. Can anybody support me in fixing this?

Thanks, Silas :v:

Can you check your Role page?


I highlighted the fields that are currently in relationship. You should have “Read” permission on them.
Are you the super admin? or another role?

I am super admin, looks like every checkbox is right:

I’ve seen this happen a few times, it usually is caused by a bad build of the admin. Can you please shut down the server, and delete the build and .cache folders and rebuild the admin panel using either yarn build or npm run build

Thank you so much, that fixed the issue! :smiley: