Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialKarina Grandini
3,664 PointsTypeError: Cannot read properties of undefined (reading 'people') at getProfiles (promises.js:24:25)
I have been getting this error when teste the code
TypeError: Cannot read properties of undefined (reading 'people') at getProfiles (promises.js:24:25)
my code is the same as in the video.
Steven Parker
231,236 PointsSteven Parker
231,236 PointsOften what seems "the same" may actually contain a subtle error that's hard to spot. But in any case, we need more information to replicate the issue and help. Take a look at this video about Posting a Question, and also this one about sharing a snapshot of your workspace.