You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we use this MFE on Tutor, I haven't had the opportunity to test it on devstack, the favicon and siteName in the title do not render. Similarly, the title is not translated into the current language, it always shows in English as is defined in the index.html file:
Issue
When we use this MFE on Tutor, I haven't had the opportunity to test it on devstack, the favicon and siteName in the title do not render. Similarly, the title is not translated into the current language, it always shows in English as is defined in the
index.html
file:frontend-app-discussions/public/index.html
Line 4 in ac17fd7
Possible Reason
This is likely due to this MFE trying to access the favicon directly in the assets folder as it is being done here:
frontend-app-discussions/src/index.jsx
Line 17 in ac17fd7
In the other MFEs, they use the
react-helmet
package to override the head tag, similar to how it is being done in the profile MFE here.How to reproduce
tutor local do createuser --staff --superuser yourusername user@email.com
tutor local do importdemocourse
Or you can just visit the sandbox environment, which is running Tutor version 17.0.0. You can visit it at this link
The text was updated successfully, but these errors were encountered: