Build A ChatGPT Clone with Strapi

When I run the next.js app, I get the following error:

Unhandled Runtime Error

TypeError: Cannot read properties of undefined (reading ‘data’)

It is caused by the file: src\app\components\SideNav.tsx (15:17) @ data

How can I fix that?