Strapi relation not showing in api even enable find permission

after adding relation to tables, i got this issues and i also got filters error:
“error”: {
“status”: 500,
“name”: “InternalServerError”,
“message”: “Internal Server Error”
},
I am sure i have enabled all find(even find one) permission for all tables to be populated, under Public role, while API token(read-only) is used.
And i got only partial relations with populate=*

environment used:

  • Node 20 LTS

  • strapi 4.20.3