Profile Photos not implemented in the MFE pages

Profile photos are configured and display correctly on the Django pages’ headers of my Open edX instance, but they do not appear on the MFE page headers. How do we configure this?

Update: issue resolved
I fixed the profile picture display in the mfe by implementing a direct API approach. I added the code to fetch the user’s profile data from the edX User API when the header component loads.
here is the implementation

Hi @tenkal - I’ve recategorized your post under Development. Please ensure to choose a proper category for your posts, so the right people see it!

1 Like