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 trial

JavaScript Build a Simple Dynamic Site with Node.js Handling Routes in Node.js Populating User Information

Ava Jones
Ava Jones
10,218 Points

When i put /chalkers or any username it still says Header Search Footer

My code --> https://w.trhou.se/klmw1s4l51

I have no idea what the problem is any help would be amazing

1 Answer

Steven Parker
Steven Parker
229,771 Points

I forked your workspace, ran the app, connected to it, and when I added "/chalkers" to the end of the default URL I got:

Header
chalkers has 209 badges
Footer

It also worked with a different user name. Did you remember to reload the page after you added the user name?

Ava Jones
Ava Jones
10,218 Points

That must be it! I will try it and get back to you as soon as I can.