ERROR : ││ TypeError: Error creating endpoint POST /api/generate-backend-function: Cannot read properties of undefined (reading 'generateBackendFunction')

Hi @Moataz_MHAMDI,

I was getting a similar error as well.

 TypeError: Error creating endpoint GET /product-features: Cannot read properties of undefined (reading         ││   'find')

When I checked on my source files. This file was removed

backend/src/api/product-feature/routes/product-feature.js

After restoring the file everything was back to normal. In a nutshell, ensure the route you are trying to access exists under your routes. Also, ensure you run npm run develop on a stable internet to avoid Error: ETIMEDOUT: connection timed out, write.