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
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
Can you check your Role page?
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!