Advanced Node and Express - How to Put a Profile Together

Why am I getting

You should be passing the variable username with req.user.username into the render function of the profile page

When I did (at least I think I did)

challenge:https://learn.freecodecamp.org/information-security-and-quality-assurance/advanced-node-and-express/how-to-put-a-profile-together

I’m having the same issue currently. Did you ever get this figured out?

Yeah it is req.body.username instead of req.user.username

remove the apostrophe from req.user.username unlike the other object items

thanks so much
I passed this challenge